travis and appveyor configuration

This commit is contained in:
Duncan Ogilvie
2018-10-14 16:47:13 +02:00
parent d32eee7627
commit f88ab8ad4c
3 changed files with 22 additions and 0 deletions

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
# Environment
language: cpp
os: osx
# Compiler selection
compiler:
- clang
# Build/test steps
script:
- cd ${TRAVIS_BUILD_DIR}/test
- make all