We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d664e3 commit fb5349aCopy full SHA for fb5349a
.travis.yml
@@ -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