CI: Update test environment

This commit is contained in:
Rokib Hasan Sagar
2020-03-13 20:09:51 +06:00
committed by GitHub
parent c24608fcfc
commit 727f2b6675

View File

@@ -3,18 +3,25 @@
language: c
os: linux
dist: bionic
compiler:
- gcc
- clang
matrix:
include:
- compiler: i586-mingw32msvc-gcc
jobs:
include:
- os: linux
dist: trusty
compiler: i586-mingw32msvc-gcc
- os: osx
compiler: clang
script:
- cd src && make
- cd src && make
# Only watch the master
branches:
only:
- master
only:
- master