Skip to content

Commit 2ae6390

Browse files
authored
Update .appveyor.yml
1 parent c0587f0 commit 2ae6390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
skip_tags: true
22

3-
version: '1.0.{build}'
3+
version: '1.0.{branch}.{build}'
44

55
pull_requests:
66
do_not_increment_build_number: true
@@ -31,11 +31,11 @@ matrix:
3131
fast_finish: true
3232

3333
platform:
34-
#- x86
34+
- x86
3535
- x64
3636

3737
configuration:
38-
#- Debug
38+
- Debug
3939
- Release
4040

4141
cache:
@@ -95,7 +95,7 @@ build_script:
9595
-DCMAKE_C_COMPILER=${c_compiler}
9696
-DENABLE_TESTING=TRUE
9797
- sh: cmake --build . --config ${configuration} -j 2
98-
- sh: export to_deploy=bearsplate-linux-${platform}-${compiler}
98+
- sh: export to_deploy=bearsplate-linux-${PLATFORM}-${compiler}
9999
- sh: mv bin/bearsplate bin/$to_deploy
100100

101101
test_script:

0 commit comments

Comments
 (0)