Browse Source

Make all

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

3
travis/postsubmit-helper.sh

@ -85,8 +85,9 @@ travis_fold() {
run_make() {
travis_fold start make
make storm -j$N_JOBS
#make storm -j$N_JOBS
#make resources -j$N_JOBS
make -j$N_JOBS
travis_fold end make
}

Loading…
Cancel
Save