Skip to content

Commit 1fe4ac0

Browse files
authored
Update .appveyor.yml
1 parent b11981e commit 1fe4ac0

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
@@ -20,7 +20,7 @@ environment:
2020
c_compiler: cl
2121
cxx_compiler: cl
2222
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
23-
compiler: clang-win
23+
compiler: clang
2424
c_compiler: clang-cl
2525
cxx_compiler: clang-cl
2626

@@ -81,7 +81,7 @@ build_script:
8181
-DCMAKE_C_COMPILER=%C_COMPILER%
8282
-DENABLE_TESTING=TRUE
8383
- cmd: cmake --build . --config %CONFIGURATION% -j 2
84-
- cmd: set to_deploy=bearsplate-%COMPILER%.exe
84+
- cmd: set to_deploy=bearsplate-win-%COMPILER%.exe
8585
- cmd: cd bin
8686
- cmd: rename bearsplate.exe %to_deploy%
8787

@@ -92,7 +92,7 @@ build_script:
9292
-DCMAKE_C_COMPILER=${c_compiler}
9393
-DENABLE_TESTING=TRUE
9494
- sh: cmake --build . --config ${configuration} -j 2
95-
- sh: export to_deploy=bearsplate-${compiler}
95+
- sh: export to_deploy=bearsplate-linux-${compiler}
9696
- sh: mv bin/bearsplate bin/$to_deploy
9797

9898
test_script:
@@ -103,7 +103,7 @@ artifacts:
103103
name: application
104104

105105
deploy:
106-
release: bearsplate-v1.0
106+
release: bearsplate-v$(APPVEYOR_BUILD_VERSION)
107107
description: 'Release bearsplate-v$(APPVEYOR_BUILD_VERSION)'
108108
provider: GitHub
109109
auth_token:

0 commit comments

Comments
 (0)