blob: 43d32b9268ee9fb47617cb1f761347568c6b083f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
before_script:
- sudo apt-get install libboost-program-options-dev
- sudo apt-get install libboost-regex-dev
- sudo apt-get install libboost-test-dev
- sudo apt-get install libboost-system-dev
- sudo apt-get install flex
- autoreconf -ifv
- ./configure
script: make
after_script:
- make check
- ./tests/run-system-tests.pl
|