blob: cbfd8fb9ca431c185fcbb53f7f5dbb8866c3d0a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
before_script:
- sudo apt-get install libboost-program-options-dev
- sudo apt-get install libboost-serialization-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
|