]>
Commit | Line | Data |
---|---|---|
bb315d05 JAK |
1 | language: none |
2 | ||
3 | build: | |
4 | pre_ci_boot: | |
5 | image_name: ubuntu | |
6 | image_tag: xenial | |
7 | pull: true | |
8 | ci: | |
9 | - apt-get install -qq build-essential | |
10 | - ./prepare-release travis-ci | |
11 | - mkdir build | |
12 | - ( cd build && cmake .. ) | |
13 | - make -C build -j 4 | |
14 | - CTEST_OUTPUT_ON_FAILURE=1 make -C build test | |
15 | - ./test/integration/run-tests -q |