forked from latchset/jose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (33 loc) · 843 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
language: c
matrix:
include:
- osx_image: xcode9.3
compiler: clang
os: osx
env:
- DISTRO=osx:xcode9.3
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig
- osx_image: xcode8.3
compiler: clang
os: osx
env:
- DISTRO=osx:xcode8.3
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig
compiler:
- clang
- gcc
os: linux
sudo: required
services: docker
env:
matrix:
- DISTRO=fedora:rawhide
- DISTRO=fedora:latest
- DISTRO=centos:latest
- DISTRO=debian:unstable
- DISTRO=debian:testing
- DISTRO=ubuntu:devel
before_install: ./.travis.docker before_install
install: ./.travis.docker install
script: ./.travis.docker script
after_script: ./.travis.docker after_script