Salty/vendor/g3log/.travis.yml
Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11:00

23 lines
387 B
YAML

sudo: required
language: cpp
matrix:
include:
- os: linux
dist: xenial
- os: osx
osx_image: xcode10.1
compiler:
- gcc
# - clang
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then uname -a; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo uname -a; sudo sh scripts/.travis-bootstrap-ubuntu.sh; fi
script: "./scripts/buildAndRunTests.sh"