This website works better with JavaScript.
Home
Explore
Help
Sign In
robin.thoni
/
roehling-postsrsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Add Travis CI support
tags/1.1
Timo Röhling
12 years ago
parent
8d6d6c1e73
commit
999db839f1
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.travis.yml
+ 5
- 0
.travis.yml
View File
@@ -0,0 +1,5 @@
1
+language: c
2
+compiler:
3
+ - gcc
4
+script: cmake -DGENERATE_SRS_SECRET=OFF && make
5
+
Write
Preview
Loading…
Cancel
Save