Skip to content

Commit 2f0b51b

Browse files
committed
test fix appveyor. Part 7
1 parent 7f724ed commit 2f0b51b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
tbs_config: Release
2424
install:
2525
- ps: >-
26-
if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64') {
26+
if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64xDISABLE') {
2727
invoke 'curl' '-L -o mw64.7z "http://libgd.blob.core.windows.net/mingw/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z"';
2828
invoke '7z' 'x -oC:\ mw64.7z';
2929
}
@@ -32,13 +32,13 @@ build_script:
3232
- if [%tbs_tools%]==[mingw] (
3333
ECHO '%cd%' &&
3434
ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
35-
SET "PATH=C:\MinGW\bin;%PATH%" &&
35+
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
3636
MKDIR bin &&
3737
CD bin &&
3838
cmake .. -G "MinGW Makefiles"&&
3939
mingw32-make
4040
)
41-
- if [%tbs_tools%]==[msvc] (
41+
- if [%tbs_tools%]==[msvcDISABLE] (
4242
ECHO '%cd%' &&
4343
ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
4444
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"

0 commit comments

Comments
 (0)