blob: e1fbd40bd6bcdc444bb74f2f4a3e791fd45f338e [file] [log] [blame]
Stephen0c741d52017-01-21 17:15:44 -08001language: c
Robert Kauschfed5ad42018-05-19 11:32:54 +02002matrix:
3 include:
4 - os: linux
5 compiler: gcc
6
7 - os: linux
8 compiler: clang
9
10 - os: osx
11 compiler: gcc
12
13 - os: osx
14 compiler: clang
15
16 - os: linux
17 compiler: gcc
18 env: CONFIGURE_OPTS=--enable-64-bit-words
19
20 - os: linux
21 compiler: clang
22 env: CONFIGURE_OPTS=--enable-64-bit-words
23
24 - os: osx
25 compiler: gcc
26 env: CONFIGURE_OPTS=--enable-64-bit-words
27
28 - os: osx
29 compiler: clang
30 env: CONFIGURE_OPTS=--enable-64-bit-words
Stephen0c741d52017-01-21 17:15:44 -080031script:
Robert Kauschfed5ad42018-05-19 11:32:54 +020032 - ./autogen.sh && ./configure $CONFIGURE_OPTS && make && make check