mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-06-01 17:17:38 +00:00
14 lines
179 B
YAML
14 lines
179 B
YAML
# Environment
|
|
language: cpp
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
# Compiler selection
|
|
compiler:
|
|
- clang
|
|
|
|
# Build/test steps
|
|
script:
|
|
- cd ${TRAVIS_BUILD_DIR}/test
|
|
- make all
|