mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
14 lines
214 B
YAML
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
|