Browse Source

Add Travis CI support

tags/1.1
Timo Röhling 11 years ago
parent
commit
999db839f1
1 changed files with 5 additions and 0 deletions
  1. 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
+

Loading…
Cancel
Save