File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,18 @@ install:
3030build_script :
3131- git submodule update --init --recursive
3232- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[Win32] (
33- SET PATH=C:\MinGW\bin;%PATH% &&
3433 MKDIR bin &&
3534 cmake .. &&
3635 make
3736 )
3837- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] (
39- SET PATH=C:\mingw64\bin;%PATH% &&
4038 MKDIR bin &&
4139 cmake .. &&
42- make &&
40+ make
4341 )
4442- if [%tbs_tools%]==[msvc] (
4543 msbuild "src\engine.sln" /m /verbosity:minimal /property:PlatformToolset=v141 /t:Clean,Build /p:Platform=%tbs_arch% /p:Configuration=%tbs_config% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
46- )
44+ )
4745test : off
4846artifacts :
4947- path : res/xdOpenXRay.Dx86.7z
@@ -53,4 +51,4 @@ artifacts:
5351- path : res/xdOpenXRay.Rx86.7z
5452 name : xdOpenXRay.Rx86.7z
5553- path : res/xdOpenXRay.Rx64.7z
56- name : xdOpenXRay.Rx64.7z
54+ name : xdOpenXRay.Rx64.7z
You can’t perform that action at this time.
0 commit comments