forked from google/earthenterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (36 loc) · 1.43 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
sudo: required
dist: trusty
language: cpp
compiler: gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libperl4-corelibs-perl libtool xorg-dev doxygen python-dev alien swig libgtest-dev libstdc++6 libxml2-dev gettext libxinerama-dev libxft-dev libxrandr-dev libxcursor-dev libgdbm-dev libc6 libc6-dev libmng-dev zlib1g-dev libcap-dev libpng12-0 libpng12-dev freeglut3-dev flex libx11-dev bison++ bisonc++ libjpeg-dev libjpeg8-dev python2.7 python2.7-dev python2.7-psycopg2 libogdi3.2-dev libgif-dev libxerces-c-dev libgeos-dev libgeos++-dev libfreetype6 libfreetype6-dev python-imaging libproj-dev python-setuptools libgif-dev libxerces-c-dev libcap-dev libpq-dev openssl libxml2-utils libxmu-dev python-git cmake
script: echo "Running build..."
cache:
timeout: 600
directories:
- $HOME/cache
jobs:
include:
- stage: build third party
env:
- CPP_STD=98
- BUILD_TYPE=release
script: scripts/ci/build_third_party.sh
- stage: build fusion and test
env:
- CPP_STD=98
- BUILD_TYPE=release
script: travis_wait 45 scripts/ci/build_fusion_and_test.sh
- stage: build third party
env:
- CPP_STD=11
- BUILD_TYPE=release
script: scripts/ci/build_third_party.sh
- stage: build fusion and test
env:
- CPP_STD=11
- BUILD_TYPE=release
script: travis_wait 45 scripts/ci/build_fusion_and_test.sh
notifications:
slack: opengee:YjzzzTnc7pgITPsrQPATIGwc