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