mirror of
https://github.com/Tasssadar/libbootimg.git
synced 2025-11-03 21:41:41 +08:00
CI: Update test environment
This commit is contained in:
committed by
GitHub
parent
c24608fcfc
commit
727f2b6675
19
.travis.yml
19
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user