Skip to content

Commit

Permalink
Add test script for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Feb 11, 2018
1 parent 4a002c7 commit ca0425f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/release/prepare_offline_distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ rm -rf bolero-dev/tools/catch/.git
rm -rf bolero-dev/learning/bolero/.git

zip -r bolero_release.zip bolero-dev
rm -rf bolero-dev
9 changes: 9 additions & 0 deletions build_tools/release/test_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mkdir /tmp/test_release_env
cp bolero_release.zip /tmp/test_release_env
cd /tmp/test_release_env
unzip bolero_release.zip
cd bolero-dev
source env.sh
./install.sh
cd learning/bolero
nosetests

0 comments on commit ca0425f

Please # to comment.