mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 09:48:01 +08:00
Remove travis - migrated to Github Actions
This commit is contained in:
parent
e68330e045
commit
d5927f5d50
20
.travis.yml
20
.travis.yml
@ -1,20 +0,0 @@
|
|||||||
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
|
|
@ -1,7 +1,6 @@
|
|||||||
# Mongoose - Embedded Web Server / Embedded Networking Library
|
# Mongoose - Embedded Web Server / Embedded Networking Library
|
||||||
|
|
||||||
![License: GPLv2](https://img.shields.io/badge/license-GPL_2-green.svg "License")
|
![License: GPLv2](https://img.shields.io/badge/license-GPL_2-green.svg "License")
|
||||||
[![CircleCI Status](https://travis-ci.org/cesanta/mongoose.svg?branch=master)](https://travis-ci.org/cesanta/mongoose)
|
|
||||||
![Build Status]( https://github.com/cesanta/mongoose/workflows/build/badge.svg)
|
![Build Status]( https://github.com/cesanta/mongoose/workflows/build/badge.svg)
|
||||||
[![Code Coverage](https://codecov.io/gh/cesanta/mongoose/branch/master/graph/badge.svg)](https://codecov.io/gh/cesanta/mongoose)
|
[![Code Coverage](https://codecov.io/gh/cesanta/mongoose/branch/master/graph/badge.svg)](https://codecov.io/gh/cesanta/mongoose)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user