Skip to content

Commit

Permalink
remove dubug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcl committed Mar 18, 2018
1 parent 1ee5a50 commit 38eb8e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ set -ex

# TODO This is the "test phase", tweak it as you see fit
main() {
cross build --target $TARGET
cross build --target $TARGET --release

if [ ! -z $DISABLE_TESTS ]; then
return
fi

cross test --target $TARGET
cross test --target $TARGET --release

cross run -bin bb --target $TARGET help
cross run -bin bb --target $TARGET --release help
cross run --bin bb --target $TARGET --release help
}

# we don't run the "test phase" when doing deploys
Expand Down

0 comments on commit 38eb8e4

Please sign in to comment.