ResInsight/scripts/obsoleteBuildConfigs/.travis.yml

26 lines
462 B
YAML
Raw Normal View History

2020-02-11 01:36:47 -06:00
dist: xenial # For 18.04, use bionic
2019-08-26 03:32:14 -05:00
language: cpp
2020-02-11 01:36:47 -06:00
compiler:
- gcc
2019-08-26 03:32:14 -05:00
addons:
2020-02-11 01:36:47 -06:00
apt:
sources:
packages:
- cmake
- cmake-data
- libqt5opengl5
- qt5-qmake
- qt5-default
- libqt5opengl5-dev
- qtbase5-dev
- qtscript5-dev
2019-08-26 03:32:14 -05:00
script:
2020-02-11 01:36:47 -06:00
- mkdir -p build
- cd build
- cmake -DRESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true -DRESINSIGHT_ENABLE_COTIRE=true ..
- make -j8 ResInsight_unity