10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-12-22 20:35:19 +01:00

Renamed configure in travis

This commit is contained in:
Anthony Scemama 2015-06-11 16:45:44 +02:00
parent 96a16cc46e
commit 5f64a7f568

View File

@ -10,7 +10,7 @@ before_script:
- sudo apt-get install graphviz
script:
- ./configure.py --production ./config/gfortran.cfg
- ./configure --production ./config/gfortran.cfg
- source ./quantum_package.rc
- ninja
- cd ocaml ; make ; cd -