-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
48 lines (39 loc) · 833 Bytes
/
.travis.yml
File metadata and controls
48 lines (39 loc) · 833 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
44
45
46
47
language: cpp
sudo: true
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- gcc-6
- libxrandr-dev
- libudev-dev
- libx11-dev
- libalut-dev
- libopenal1
- libopenal-dev
homebrew:
taps:
- facebook/fb
packages:
- buck
os:
- linux
- osx
env:
- BUCKAROO_VERSION=v2.0.0
cache:
directories:
- $HOME/.buckaroo/cache
- $HOME/Library/Caches/Homebrew
osx_image: xcode9.3
before_install:
- ./travis/before-install-$TRAVIS_OS_NAME.sh
script:
- ./buckaroo-client install
- buck build -c ui.superconsole=DISABLED //:sfml
- buck build -c ui.superconsole=DISABLED //examples/sound
- buck build -c ui.superconsole=DISABLED //examples/pong
- buck build -c ui.superconsole=DISABLED //examples/opengl