Maj travis

This commit is contained in:
Thomas Applencourt 2015-06-11 15:51:03 +02:00
parent b99679041e
commit d196c14f14
1 changed files with 1 additions and 2 deletions

View File

@ -10,9 +10,8 @@ before_script:
- sudo apt-get install graphviz
script:
- ./setup_environment.py
- ./configure.py --production ./config/gfortran.cfg
- source ./quantum_package.rc
- qp_create_ninja.py create --production ./config/gfortran.cfg
- ninja
- cd ocaml ; make ; cd -
- cd testing_no_regression ; ./unit_test.py