mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
18 lines
284 B
YAML
18 lines
284 B
YAML
language: c
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
compiler: gcc
|
|
- os: osx
|
|
osx_image: xcode11
|
|
|
|
script:
|
|
- cd ${TRAVIS_BUILD_DIR}
|
|
- sh ./build.sh init
|
|
- ./configure
|
|
- FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make
|
|
- cd test
|
|
- make test
|
|
- make distcheck
|