10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-30 00:44:28 +02:00
quantum_package/.travis.yml

21 lines
520 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-27 17:49:31 +02:00
- ./scripts/compilation/create_ninja_build.py ./config/gfortran_example.cfg > build.ninja
2015-05-26 17:24:07 +02:00
- ./ninja/ninja -v
- ei_handler.py ocaml_global
2015-05-26 16:37:14 +02:00
- cd ocaml ; make ; cd -
2015-03-27 19:03:15 +01:00
- ./tests/unit_test/unit_test.py