forked from stackgl/headless-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
56 lines (56 loc) · 1.07 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
45
46
47
48
49
50
51
52
53
54
55
56
language: c
git:
submodules: true
env:
global:
- secure: H9lQEk76gGIi0TM9dGSZYmezr+8x4a4HQuwyJ1Z7wnWuW6diWtftfaim85AvjRpNnhpfz5ia6hmzLruOXbjDxCYp2RN9nhebBlGp9iYQsoyzZlTphWVNj0cGC9AIkxEtobswU3/A79FgnMhZxo5vSu4eotTgxo7nyiUaTuKB2nI=
matrix:
include:
- os: linux
sudo: required
dist: trusty
compiler: g++
env:
- NODE_VERSION=12
- os: linux
sudo: required
dist: trusty
compiler: g++
env:
- NODE_VERSION=14
- os: osx
osx_image: xcode7
compiler: clang
env:
- NODE_VERSION=12
- os: osx
osx_image: xcode7
compiler: clang
env:
- NODE_VERSION=14
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- xutils-dev
- libxi-dev
- libxxf86vm-dev
- x11proto-xf86vidmode-dev
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
- musl-dev
before_install:
- ./scripts/before_install.sh
install:
- ./scripts/install.sh
before_script:
- ulimit -c unlimited -S
- ulimit -a
script:
- ./scripts/test.sh
after_success:
- ./scripts/after_success.sh