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