Skip to content

Commit 7e33f26

Browse files
committed
fix
1 parent c56321a commit 7e33f26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
- CONAN_SETTINGS_FLAG="-g cmake -s compiler=\"Visual Studio\" -s compiler.version=15 -s arch=x86_64 -s build_type=Release -b missing"
1212
- CMAKE_GENERATOR_FLAG="-G \"Visual Studio 15 2017\" -DCMAKE_GENERATOR_PLATFORM=x64"
1313
- BUILD_CONFIG=Release
14-
- DEPLOY_EXE=Windows_x64
14+
- DEPLOY_EXE=Windows_x64.zip
1515
cache:
1616
directories:
1717
- $HOME/.conan/data
@@ -23,7 +23,7 @@ matrix:
2323
- CONAN_SETTINGS_FLAG="-g cmake -s compiler=\"Visual Studio\" -s compiler.version=15 -s arch=x86_64 -s build_type=Debug -b missing"
2424
- CMAKE_GENERATOR_FLAG="-G \"Visual Studio 15 2017\" -DCMAKE_GENERATOR_PLATFORM=x64"
2525
- BUILD_CONFIG=Debug
26-
- DEPLOY_EXE=Windows_x64
26+
- DEPLOY_EXE=Windows_x64.zip
2727
cache:
2828
directories:
2929
- $HOME/.conan/data
@@ -39,7 +39,7 @@ matrix:
3939
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Release -b missing"
4040
- CMAKE_GENERATOR_FLAG=""
4141
- BUILD_CONFIG=Release
42-
- DEPLOY_EXE=OSX_x64
42+
- DEPLOY_EXE=OSX_x64.zip
4343
cache:
4444
directories:
4545
- $HOME/.conan/data
@@ -55,7 +55,7 @@ matrix:
5555
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Debug -b missing"
5656
- CMAKE_GENERATOR_FLAG=""
5757
- BUILD_CONFIG=Debug
58-
- DEPLOY_EXE=OSX_x64
58+
- DEPLOY_EXE=OSX_x64.zip
5959
cache:
6060
directories:
6161
- $HOME/.conan/data
@@ -71,7 +71,7 @@ matrix:
7171
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Release -s compiler.libcxx=libstdc++11 -b missing"
7272
- CMAKE_GENERATOR_FLAG="-G \"Unix Makefiles\""
7373
- BUILD_CONFIG=Release
74-
- DEPLOY_EXE=Linux_x64
74+
- DEPLOY_EXE=Linux_x64.zip
7575
# cache:
7676
# directories:
7777
# - $HOME/.conan/data
@@ -91,7 +91,7 @@ matrix:
9191
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Debug -s compiler.libcxx=libstdc++11 -b missing"
9292
- CMAKE_GENERATOR_FLAG="-G \"Unix Makefiles\""
9393
- BUILD_CONFIG=Debug
94-
- DEPLOY_EXE=Linux_x64
94+
- DEPLOY_EXE=Linux_x64.zip
9595
# cache:
9696
# directories:
9797
# - $HOME/.conan/data

0 commit comments

Comments
 (0)