Add travis build

This commit is contained in:
cpq 2020-12-05 11:58:32 +00:00
parent 34d4fb8cf0
commit 47d3fe5af6

22
.travis.yml Normal file
View 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