Browse Source

Try building storm with cached resources

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
530802c179
  1. 4
      travis/postsubmit-helper.sh

4
travis/postsubmit-helper.sh

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

Loading…
Cancel
Save