10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-01-08 20:33:26 +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 - sudo apt-get install graphviz
script: script:
- ./configure.py --production ./config/gfortran.cfg - ./configure --production ./config/gfortran.cfg
- source ./quantum_package.rc - source ./quantum_package.rc
- ninja - ninja
- cd ocaml ; make ; cd - - cd ocaml ; make ; cd -