mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
Updated .travis.yml to support linux and gcc
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
# Environment
|
||||
language: cpp
|
||||
os: osx
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
|
||||
# Compiler selection
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
# Build/test steps
|
||||
script:
|
||||
script:
|
||||
- cd ${TRAVIS_BUILD_DIR}/test
|
||||
- make all
|
||||
- make all
|
||||
|
||||
Reference in New Issue
Block a user