10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00
quantum_package/.travis.yml

19 lines
438 B
YAML
Raw Normal View History

2015-03-24 16:12:51 +01:00
sudo: true
2015-03-26 19:04:19 +01:00
language: python
python:
- "2.6"
2015-03-24 16:12:51 +01:00
before_script:
2015-06-03 13:52:38 +02:00
- sudo apt-get update -q
2015-05-26 10:42:21 +02:00
- sudo apt-get install gfortran liblapack-dev gcc
- sudo apt-get install graphviz
2015-03-24 16:12:51 +01:00
script:
2015-03-27 09:45:37 +01:00
- ./setup_environment.sh --robot
2015-03-24 16:12:51 +01:00
- source ./quantum_package.rc
2015-06-02 18:17:59 +02:00
- ./scripts/compilation/create_ninja_build.py --production ./config/gfortran_example.cfg
- ./ninja/ninja
2015-05-26 16:37:14 +02:00
- cd ocaml ; make ; cd -
2015-06-04 12:20:07 +02:00
- cd testing_no_regression ; ./unit_test.py