File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ environment:
20
20
c_compiler : cl
21
21
cxx_compiler : cl
22
22
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
23
- compiler : clang-win
23
+ compiler : clang
24
24
c_compiler : clang-cl
25
25
cxx_compiler : clang-cl
26
26
@@ -81,7 +81,7 @@ build_script:
81
81
-DCMAKE_C_COMPILER=%C_COMPILER%
82
82
-DENABLE_TESTING=TRUE
83
83
- cmd : cmake --build . --config %CONFIGURATION% -j 2
84
- - cmd : set to_deploy=bearsplate-%COMPILER%.exe
84
+ - cmd : set to_deploy=bearsplate-win- %COMPILER%.exe
85
85
- cmd : cd bin
86
86
- cmd : rename bearsplate.exe %to_deploy%
87
87
@@ -92,7 +92,7 @@ build_script:
92
92
-DCMAKE_C_COMPILER=${c_compiler}
93
93
-DENABLE_TESTING=TRUE
94
94
- sh : cmake --build . --config ${configuration} -j 2
95
- - sh : export to_deploy=bearsplate-${compiler}
95
+ - sh : export to_deploy=bearsplate-linux- ${compiler}
96
96
- sh : mv bin/bearsplate bin/$to_deploy
97
97
98
98
test_script :
@@ -103,7 +103,7 @@ artifacts:
103
103
name : application
104
104
105
105
deploy :
106
- release : bearsplate-v1.0
106
+ release : bearsplate-v$(APPVEYOR_BUILD_VERSION)
107
107
description : ' Release bearsplate-v$(APPVEYOR_BUILD_VERSION)'
108
108
provider : GitHub
109
109
auth_token :
You can’t perform that action at this time.
0 commit comments