You've already forked cpp-httplib
Updated .travis.yml to support linux and gcc
This commit is contained in:
@ -1,12 +1,15 @@
|
|||||||
# Environment
|
# Environment
|
||||||
language: cpp
|
language: cpp
|
||||||
os: osx
|
os:
|
||||||
|
- osx
|
||||||
|
- linux
|
||||||
|
|
||||||
# Compiler selection
|
# Compiler selection
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
# Build/test steps
|
# Build/test steps
|
||||||
script:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}/test
|
- cd ${TRAVIS_BUILD_DIR}/test
|
||||||
- make all
|
- make all
|
||||||
|
Reference in New Issue
Block a user