-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.travis.yml
More file actions
39 lines (37 loc) · 789 Bytes
/
.travis.yml
File metadata and controls
39 lines (37 loc) · 789 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
language: cpp
compiler: gcc
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-8
- g++-8
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-8
packages:
- gcc-8
- g++-8
- clang-8
- lldb-8
- lld-8
- libc++-8-dev
env:
- MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
- os: osx
osx_image: xcode11.6
before_install:
- eval "${MATRIX_EVAL}"
script:
- cmake .
- make -j4
- ./sqfvm -a --no-execute-print -i tests/runTests.sqf