Browse Source

Travis CI configuration

master
ooxi 11 years ago
parent
commit
6aa83347d3
1 changed files with 6 additions and 0 deletions
  1. +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


Loading…
Cancel
Save