Peter M. Groen
/
tty0tty
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
582c7f43b8887d7f984d58848995a60f5e71f5e5
Authored by
Jeff Buchbinder
2014-02-05 15:07:46 -0500
1 parent
c2fe5759
Travis CI support.
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.travis.yml
.travis.yml
0 → 100644
View file @
582c7f4
1
+language: c
2
+build_script:
3
+ - ( cd pts ; make )
4
+ - ( cd kernel ; make )