Skip to content

Commit

Permalink
Disable debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 9, 2016
1 parent 86b6a65 commit 00f1200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -e
premake5 install-package --allow-install --allow-module
premake5 gmake
cd bsp
make config=debug_x86
make config=debug_x86_64
#make config=debug_x86
#make config=debug_x86_64
make config=release_x86
make config=release_x86_64
#make config=coverage_x86
Expand All @@ -19,11 +19,11 @@ make
cd ../../

bin/x86/bsp-test
bin/x86/bsp-testd
#bin/x86/bsp-testd
#bin/x86/bsp-testcd

bin/x86_64/bsp-test
bin/x86_64/bsp-testd
#bin/x86_64/bsp-testd
#bin/x86_64/bsp-testcd

test/bin/x86/bsp-zpm-test

0 comments on commit 00f1200

Please sign in to comment.