Skip to content

Commit fb5349a

Browse files
z3ntuQbicz
authored andcommitted
Add macOS CI
1 parent 2d664e3 commit fb5349a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: c
2+
3+
os: osx
4+
osx_image: xcode10.2
5+
6+
script:
7+
- ./bootstrap
8+
- ./configure
9+
- make
10+
- make DESTDIR=$PWD/root install

0 commit comments

Comments
 (0)