Add macOS CI

This commit is contained in:
Luca Weiss
2019-06-05 10:44:55 +02:00
committed by Filip Kubicz
parent 2d664e3f53
commit fb5349ae1d
+10
View File
@@ -0,0 +1,10 @@
language: c
os: osx
osx_image: xcode10.2
script:
- ./bootstrap
- ./configure
- make
- make DESTDIR=$PWD/root install