forked from indilib/indi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (40 loc) · 960 Bytes
/
.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
45
46
47
compiler:
- gcc
language: cpp
sudo: required
dist: xenial
osx_image: xcode8.3
matrix:
include:
- os: osx
env:
- BUILD_INSTALL_GTEST=YES
- os: linux
branches:
only:
- master
- develop
- package
- /drv_.*$/
- travis
- refactor/unittest
- feature/travisosx
before_install:
- echo Install dependencies
- travis-ci/deps-${TRAVIS_OS_NAME}.sh
install:
- echo Building INDI Core and drivers
- travis-ci/build-core.sh
- travis-ci/build-libs.sh
- travis-ci/build-3rdparty.sh
- travis-ci/build-deb-packages.sh
# - travis-ci/build-core.sh Debug
# - travis-ci/build-libs.sh Debug
# - travis-ci/build-3rdparty.sh Debug
# - travis-ci/build-deb-packages.sh Debug
# - travis-ci/build-core.sh Release
# - travis-ci/build-libs.sh Release
# - travis-ci/build-3rdparty.sh Release
# - travis-ci/build-deb-packages.sh Release
script:
- travis-ci/run-tests.sh