forked from KhronosGroup/VK-GL-CTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
49 lines (39 loc) · 752 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
48
49
language: c++
sudo: required
dist: trusty
cache:
apt: true
ccache: true
env:
global:
- MAKEFLAGS="-j4"
matrix:
include:
- env:
- RECIPE="clang-64-debug"
addons:
apt:
sources:
- llvm-toolchain-trusty-3.9
packages:
- clang-3.9
- env:
- RECIPE="gcc-32-debug"
addons:
apt:
packages:
- g++-multilib
- env:
- RECIPE="gcc-64-release"
- env:
- RECIPE="android-mustpass"
- env:
- RECIPE="vulkan-mustpass"
- env:
- RECIPE="gen-inl-files"
addons:
apt:
packages:
- python-lxml
script:
- python2 ./scripts/check_build_sanity.py -r $RECIPE