forked from epics-modules/autosave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
46 lines (36 loc) · 816 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
sudo: false
dist: trusty
language: c
compiler:
- gcc
cache:
directories:
- $HOME/.cache
notifications:
email: false
addons:
apt:
packages:
- libreadline6-dev
- libncurses5-dev
- perl
- clang
- g++-mingw-w64-i686
- re2c
matrix:
include:
- name: "3.16 master"
env: BASE=3.16 STATIC=shared
- name: "3.15 master"
env: BASE=3.15 STATIC=shared
- name: "3.14 master"
env: BASE=3.14 STATIC=shared
- name: "Windows Shared"
env: BASE=3.16 STATIC=shared CMPLR=clang WINE=32
- name: "Windows Static"
env: BASE=3.16 STATIC=static CMPLR=clang WINE=32
before_install: chmod +x ./.ci/assemble_synApps.sh
install: ./.ci/assemble_synApps.sh
script:
# Build the module
- make