10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 23:22:18 +02:00
quantum_package/.travis.yml
2015-06-17 19:00:31 +02:00

19 lines
409 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
- qp_install_module.py install Full_CI Hartree_Fock
- ninja
- cd ocaml ; make ; cd -
- cd testing_no_regression ; ./unit_test.py