mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
Add .travis.yml for running test/run-tests.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
language: c++
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
before_script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
- test/run-tests
|
||||||
Reference in New Issue
Block a user