We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0587f0 commit 2ae6390Copy full SHA for 2ae6390
.appveyor.yml
@@ -1,6 +1,6 @@
1
skip_tags: true
2
3
-version: '1.0.{build}'
+version: '1.0.{branch}.{build}'
4
5
pull_requests:
6
do_not_increment_build_number: true
@@ -31,11 +31,11 @@ matrix:
31
fast_finish: true
32
33
platform:
34
- #- x86
+ - x86
35
- x64
36
37
configuration:
38
- #- Debug
+ - Debug
39
- Release
40
41
cache:
@@ -95,7 +95,7 @@ build_script:
95
-DCMAKE_C_COMPILER=${c_compiler}
96
-DENABLE_TESTING=TRUE
97
- sh: cmake --build . --config ${configuration} -j 2
98
- - sh: export to_deploy=bearsplate-linux-${platform}-${compiler}
+ - sh: export to_deploy=bearsplate-linux-${PLATFORM}-${compiler}
99
- sh: mv bin/bearsplate bin/$to_deploy
100
101
test_script:
0 commit comments