Browse Source

Build sylvan beforehand

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

1
travis/postsubmit-helper.sh

@ -33,6 +33,7 @@ run() {
VERBOSE=1 make resources -j$N_JOBS
VERBOSE=1 make test-resources -j$N_JOBS
VERBOSE=1 make l3pp_ext -j$N_JOBS
VERBOSE=1 make sylvan -j$N_JOBS
travis_fold end make_dep
;;

Loading…
Cancel
Save