forked from boostorg/config
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (35 loc) · 745 Bytes
/
.travis.yml
File metadata and controls
43 lines (35 loc) · 745 Bytes
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
language: cpp
sudo: true
dist: bionic
# TODO: May be required for Travis on Windows
# filter_secrets: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- gcc-6
- make
- pkg-config
- zip
- g++
- zlib1g-dev
- unzip
- python3
os:
- linux
- osx
- windows
env:
- BUCKAROO_VERSION=v2.2.0 PKG_CONFIG_PATH=/usr/lib/pkgconfig
- BUCKAROO_VERSION=bazel-alpha-3 BUCKAROO_USE_BAZEL=1 PKG_CONFIG_PATH=/usr/lib/pkgconfig MSYS2_ARG_CONV_EXCL="//"
cache:
directories:
- $HOME/.buckaroo/cache
- $TRAVIS_BUILD_DIR/bin
osx_image: xcode9.3
before_install:
- travis_wait ./travis/before-install-$TRAVIS_OS_NAME.sh
script:
- ./travis/script.sh