mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-06-02 09:37:38 +00:00
12 lines
No EOL
162 B
YAML
12 lines
No EOL
162 B
YAML
# Environment
|
|
language: cpp
|
|
os: osx
|
|
|
|
# Compiler selection
|
|
compiler:
|
|
- clang
|
|
|
|
# Build/test steps
|
|
script:
|
|
- cd ${TRAVIS_BUILD_DIR}/test
|
|
- make all |