Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 28, 2017
1 parent b8bb377 commit 474bfeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -e

# Options
install_pack=false
verbose=false
Expand Down
4 changes: 2 additions & 2 deletions make-zips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

rm -r /tmp/zips
mkdir /tmp/zips
./build.sh -c -b CPU
./build.sh -c -v -b CPU
cp package/dist/*.zip /tmp/zips
./build.sh -c -b GPU
./build.sh -c -v -b GPU
cp package/dist/*.zip /tmp/zips

2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

cd package
mvn test -P CPU -Dmaven.test.skip=false
mvn test -P GPU -Dmaven.test.skip=false
cd ..

0 comments on commit 474bfeb

Please sign in to comment.