Files
libfaketime/.travis.yml
2019-08-23 21:20:48 +02:00

14 lines
214 B
YAML

language: c
matrix:
include:
- os: linux
compiler: gcc
- os: osx
osx_image: xcode11
script:
- cd ${TRAVIS_BUILD_DIR}
- FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make
- make test