mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 11:39:01 +08:00
Add travis build
This commit is contained in:
parent
34d4fb8cf0
commit
47d3fe5af6
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
||||
language: c
|
||||
sudo: false
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
branches:
|
||||
only:
|
||||
- 7.0
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
# - windows
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
script: make mg_prefix cpp test ex
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: msvc98
|
||||
script: make vc98 vc2017
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
Loading…
Reference in New Issue
Block a user