10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-27 23:52:16 +02:00
quantum_package/.travis.yml

18 lines
355 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 --production ./config/gfortran.cfg
- source ./quantum_package.rc
- ninja
- cd ocaml ; make ; cd -
- cd testing_no_regression ; ./unit_test.py