Browse Source

Try only building resources

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
9ebb2b9160
  1. 3
      travis/postsubmit-helper.sh

3
travis/postsubmit-helper.sh

@ -78,7 +78,8 @@ clang-default)
esac
run_make() {
make storm -j$N_JOBS
# make storm -j$N_JOBS
make resources -j$N_JOBS
}
# Build

Loading…
Cancel
Save