10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00
quantum_package/.travis.yml
Thomas Applencourt d196c14f14 Maj travis
2015-06-11 15:51:03 +02:00

18 lines
358 B
YAML

sudo: true
language: python
python:
- "2.6"
before_script:
- sudo apt-get update -q
- sudo apt-get install gfortran liblapack-dev gcc
- sudo apt-get install graphviz
script:
- ./configure.py --production ./config/gfortran.cfg
- source ./quantum_package.rc
- ninja
- cd ocaml ; make ; cd -
- cd testing_no_regression ; ./unit_test.py