@@ -11,7 +11,7 @@ matrix:
11
11
- CONAN_SETTINGS_FLAG="-g cmake -s compiler=\"Visual Studio\" -s compiler.version=15 -s arch=x86_64 -s build_type=Release -b missing"
12
12
- CMAKE_GENERATOR_FLAG="-G \"Visual Studio 15 2017\" -DCMAKE_GENERATOR_PLATFORM=x64"
13
13
- BUILD_CONFIG=Release
14
- - DEPLOY_EXE=Windows_x64
14
+ - DEPLOY_EXE=Windows_x64.zip
15
15
cache :
16
16
directories :
17
17
- $HOME/.conan/data
@@ -23,7 +23,7 @@ matrix:
23
23
- CONAN_SETTINGS_FLAG="-g cmake -s compiler=\"Visual Studio\" -s compiler.version=15 -s arch=x86_64 -s build_type=Debug -b missing"
24
24
- CMAKE_GENERATOR_FLAG="-G \"Visual Studio 15 2017\" -DCMAKE_GENERATOR_PLATFORM=x64"
25
25
- BUILD_CONFIG=Debug
26
- - DEPLOY_EXE=Windows_x64
26
+ - DEPLOY_EXE=Windows_x64.zip
27
27
cache :
28
28
directories :
29
29
- $HOME/.conan/data
@@ -39,7 +39,7 @@ matrix:
39
39
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Release -b missing"
40
40
- CMAKE_GENERATOR_FLAG=""
41
41
- BUILD_CONFIG=Release
42
- - DEPLOY_EXE=OSX_x64
42
+ - DEPLOY_EXE=OSX_x64.zip
43
43
cache :
44
44
directories :
45
45
- $HOME/.conan/data
@@ -55,7 +55,7 @@ matrix:
55
55
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Debug -b missing"
56
56
- CMAKE_GENERATOR_FLAG=""
57
57
- BUILD_CONFIG=Debug
58
- - DEPLOY_EXE=OSX_x64
58
+ - DEPLOY_EXE=OSX_x64.zip
59
59
cache :
60
60
directories :
61
61
- $HOME/.conan/data
@@ -71,7 +71,7 @@ matrix:
71
71
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Release -s compiler.libcxx=libstdc++11 -b missing"
72
72
- CMAKE_GENERATOR_FLAG="-G \"Unix Makefiles\""
73
73
- BUILD_CONFIG=Release
74
- - DEPLOY_EXE=Linux_x64
74
+ - DEPLOY_EXE=Linux_x64.zip
75
75
# cache:
76
76
# directories:
77
77
# - $HOME/.conan/data
@@ -91,7 +91,7 @@ matrix:
91
91
- CONAN_SETTINGS_FLAG="-g cmake -s build_type=Debug -s compiler.libcxx=libstdc++11 -b missing"
92
92
- CMAKE_GENERATOR_FLAG="-G \"Unix Makefiles\""
93
93
- BUILD_CONFIG=Debug
94
- - DEPLOY_EXE=Linux_x64
94
+ - DEPLOY_EXE=Linux_x64.zip
95
95
# cache:
96
96
# directories:
97
97
# - $HOME/.conan/data
0 commit comments