forked from google/earthenterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (38 loc) · 1.39 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
sudo: required
dist: xenial
language: cpp
compiler: gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq
alien bison++ bisonc++ cmake doxygen freeglut3-dev flex gettext
libboost-all-dev libc6 libc6-dev libcap-dev libfreetype6 libfreetype6-dev
libgdbm-dev libgeos-dev libgeos++-dev libgif-dev libgtest-dev
libjpeg-dev libjpeg8-dev libmng-dev libogdi3.2-dev g++ patch
libpcre3 libpcre3-dev scons autoconf automake dpkg libtool build-essential
libperl4-corelibs-perl libpng12-0 libpng12-dev libpq-dev libproj-dev
libstdc++6 libtool libgif-dev libtiff-dev libgtk2.0-dev libglib2.0-dev
libx11-dev libxcursor-dev libxerces-c-dev libxft-dev libxinerama-dev
libxml2-dev libxml2-utils libxmu-dev libxrandr-dev libyaml-cpp-dev libpcre3-dev
openssl shunit2 git git-lfs libqt4-dev qt4-default libqt4-opengl-dev
python-dev python-git python-imaging python-setuptools python-psycopg2 python-lxml
swig xorg-dev zlib1g-dev
script: echo "Running build..."
cache:
timeout: 1200
directories:
- $HOME/cache
jobs:
include:
- 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: scripts/ci/build_fusion_and_test.sh
notifications:
slack: opengee:YjzzzTnc7pgITPsrQPATIGwc