• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1language: c
2
3env:
4  - CONFIG=""
5  - CONFIG="--enable-fixed-point"
6  - CONFIG="--enable-fixed-point --disable-float-api"
7
8os:
9  - linux
10  - osx
11
12compiler:
13  - gcc
14  - clang
15
16script:
17  - ./autogen.sh
18  - ./configure $CONFIG
19  - make distcheck
20