mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
ci: New Travis system for linux and macOS builds and installs
This commit is contained in:
parent
af170fcb5c
commit
d8db1083f8
17
.travis.yml
17
.travis.yml
@ -1,6 +1,19 @@
|
||||
language: c
|
||||
group: travis_latest
|
||||
dist: bionic
|
||||
|
||||
language: c
|
||||
git:
|
||||
depth: false
|
||||
quiet: true
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- make
|
||||
- sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user