summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMiguel Grinberg <miguel.grinberg@gmail.com>2016-12-05 18:39:37 -0800
committerMiguel Grinberg <miguel.grinberg@gmail.com>2016-12-05 20:59:20 -0800
commit6dfd50f13f18be0d381d2bcd2f9cebb71d7c7615 (patch)
tree7a629438612e793045a924f8d0dd9c46c237fe50 /.travis.yml
parente4fd0393e6e97439666527db71c1fa18482778a7 (diff)
downloadlibyaml-git-6dfd50f13f18be0d381d2bcd2f9cebb71d7c7615.tar.gz
add unit tests to cmake and appveyor config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 402f631..904cc0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,3 +8,8 @@ script:
- ./bootstrap
- ./configure
- make test
+- make distclean
+- cmake .
+- make
+- make test
+- make clean