mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 13:49:01 +08:00
21 lines
456 B
YAML
21 lines
456 B
YAML
language: c
|
|
sudo: false
|
|
after_success: bash <(curl -s https://codecov.io/bash)
|
|
install:
|
|
- if test "$TRAVIS_OS_NAME" = linux; then sudo apt-get install libmbedtls-dev; else HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls; fi
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script: make test test++
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
compiler: gcc
|
|
script: make mg_prefix vc98 vc2017 ex
|
|
sudo: required
|
|
services:
|
|
- docker
|