Skip to content

Commit

Permalink
Ignore updates on second premake call
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Oct 13, 2016
1 parent 1cb3c50 commit 675ca6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/appveyor-build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
premake5 install-package --allow-install --allow-module || exit /b 1
premake5 vs2015 || exit /b 1
premake5 vs2015 --ignore-updates || 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
Expand Down
2 changes: 1 addition & 1 deletion script/travis-build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e

premake5 install-package --allow-install --allow-module
premake5 gmake
premake5 gmake --ignore-updates
cd bsp
make config=debug_x86
make config=debug_x86_64
Expand Down

0 comments on commit 675ca6f

Please sign in to comment.