forked from firelab/windninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (35 loc) · 1.05 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
env:
global:
language: cpp
dist: xenial
compiler:
- gcc
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
- sudo apt-get update -qq
- sudo apt-get install -qq libqtwebkit-dev cmake python libspatialite-dev libgeos-dev libgdal-dev libnetcdf-dev libboost-date-time-dev libboost-program-options-dev libboost-test-dev
install:
- export WINDNINJA_DATA=$PWD/data
- mkdir build
- cd build
- cmake -D SUPRESS_WARNINGS=ON -D SKIP_GETDATE=ON -D BUILD_TESTING=ON -D DISABLE_THREDDS_UPDATE=ON -D OPENMP_SUPPORT=ON -D RUN_CFG_TESTS=ON -D STABILITY=ON -D WITH_LCP_CLIENT=ON -D CMAKE_BUILD_TYPE=debug -D NINJA_CLI=ON ..
- make -j3
script:
- ctest -E 'landfire|rtma|cfg_ucar_nam|cfg_wx1_config|cfg_mesonet_point'
# branches to skip
branches:
except:
- "para-nomads"
- "gh-pages"
- "gh"
notifications:
email:
recipients:
- kyle@pobox.com
- nwagenbrenner@gmail.com
- jforthofer@gmail.com
- levi@third.consulting
irc:
channels:
- "irc.freenode.org#windninja"
use_notice: true