This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
xml-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Travis CI configuration
master
ooxi
12 years ago
parent
23f628ee4f
commit
6aa83347d3
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.travis.yml
+ 6
- 0
.travis.yml
View File
@@ -0,0 +1,6 @@
language: c
compiler:
- gcc
script:
- mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make && ./test-xml
Write
Preview
Loading…
Cancel
Save