This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
add travis config
OPENBSD_5_9
Brent Cook
9 years ago
parent
c3f5624f31
commit
694669fb81
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
.travis.yml
+ 12
- 0
.travis.yml
View File
@ -0,0 +1,12 @@
language
:
c
matrix:
include:
-
compiler
:
clang
os
:
linux
-
compiler
:
gcc
os
:
linux
script:
./autogen.sh
./configure
make -j 4 distcheck
Write
Preview
Loading…
Cancel
Save