Skip to content

Commit

Permalink
Error code
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 14, 2016
1 parent d705c71 commit badd68f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions script/appveyor-build.bat
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
premake5 install-package --allow-install --allow-module || exit /b
premake5 vs2015 || exit /b
msbuild bsp/BSPLib.sln /property:Configuration=Release /property:Platform=Win32 || exit /b
::msbuild bsp/BSPLib.sln /property:Configuration=Debug /property:Platform=Win32 || exit /b
msbuild bsp/BSPLib.sln /property:Configuration=Release /property:Platform=x64 || exit /b
::msbuild bsp/BSPLib.sln /property:Configuration=Debug /property:Platform=x64 || exit /b
premake5 install-package --allow-install --allow-module || exit /b 1
premake5 vs2015 || exit /b 1
msbuild bsp/BSPLib.sln /property:Configuration=Release /property:Platform=Win32 || exit /b 1
::msbuild bsp/BSPLib.sln /property:Configuration=Debug /property:Platform=Win32 || exit /b 1
msbuild bsp/BSPLib.sln /property:Configuration=Release /property:Platform=x64 || exit /b 1
::msbuild bsp/BSPLib.sln /property:Configuration=Debug /property:Platform=x64 || exit /b 1

cd test/
premake5 vs2015 || exit /b
msbuild zpm/BSPLib-ZPM.sln || exit /b
premake5 vs2015 || exit /b 1
msbuild zpm/BSPLib-ZPM.sln || exit /b 1

cd ../

bin\x86\bsp-test.exe || exit /b
::bin\x86\bsp-testd.exe || exit /b
bin\x86\bsp-test.exe || exit /b 1
::bin\x86\bsp-testd.exe || exit /b 1

bin\x86_64\bsp-test.exe || exit /b
::bin\x86_64\bsp-testd.exe || exit /b
bin\x86_64\bsp-test.exe || exit /b 1
::bin\x86_64\bsp-testd.exe || exit /b 1

test\bin\x86\bsp-zpm-test.exe || exit /b
test\bin\x86\bsp-zpm-test.exe || exit /b 1

0 comments on commit badd68f

Please sign in to comment.