mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
20 lines
175 B
YAML
20 lines
175 B
YAML
language: c
|
|
group: travis_latest
|
|
dist: bionic
|
|
|
|
git:
|
|
depth: false
|
|
quiet: true
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
script:
|
|
- make
|
|
- sudo make install
|