forked from psi-im/psi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
45 lines (40 loc) · 1.04 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
language: cpp
sudo: required
cache: ccache
if: tag IS blank
jobs:
include:
- env: TARGET=linux64 ENABLE_WEBKIT=OFF DIST=bionic
os: linux
dist: bionic
- env: TARGET=linux64 ENABLE_WEBKIT=OFF DIST=focal
os: linux
dist: focal
- env: TARGET=linux64 ENABLE_WEBKIT=ON DIST=bionic
os: linux
dist: bionic
- env: TARGET=linux64 ENABLE_WEBKIT=ON DIST=focal
os: linux
dist: focal
- env: TARGET=macos64 ENABLE_WEBENGINE=OFF
os: osx
osx_image: xcode10.2
- env: TARGET=macos64 ENABLE_WEBENGINE=OFF
os: osx
osx_image: xcode11.3
- env: TARGET=macos64 ENABLE_WEBENGINE=OFF
os: osx
osx_image: xcode12.2
- env: TARGET=macos64 ENABLE_WEBENGINE=ON
os: osx
osx_image: xcode10.2
- env: TARGET=macos64 ENABLE_WEBENGINE=ON
os: osx
osx_image: xcode11.3
- env: TARGET=macos64 ENABLE_WEBENGINE=ON
os: osx
osx_image: xcode12.2
install:
- ./tests/travis-ci/install-build-depends.sh
script:
- ./tests/travis-ci/build-and-test.sh