10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00
quantum_package/.travis.yml

20 lines
451 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:
- sudo apt-get update
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
- cp ./src/Makefile.config.gfortran ./src/Makefile.config
2015-05-26 10:42:21 +02:00
- ./scripts/compilation/create_ninja_build.py > build.ninja
- ./ninja/ninja
2015-05-26 16:08:52 +02:00
- cd ocaml ; make ;
2015-03-27 19:03:15 +01:00
- ./tests/unit_test/unit_test.py