1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Merge pull request #52 from emilengler/2020-01-new-travis

ci: New Travis system for linux and macOS builds and installs
This commit is contained in:
fosslinux 2020-01-12 02:33:09 +00:00 committed by GitHub
commit bc58635897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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