Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott J. Goldman <scottjgo@gmail.com>2012-05-20 11:46:48 +0400
committerScott J. Goldman <scottjgo@gmail.com>2012-05-20 11:52:49 +0400
commit62986ff6de9b113ac23617b4e1f652ec6f609b8c (patch)
treea6676280599a23065df68c08127176530ab5d707 /.travis.yml
parentab4aa138ada1b088cdaa7e20d843011aa48c1659 (diff)
Add CMake build for examples / add them to Travis
By default, they are still not built, but hopefully, now that Travis is building them, this will help stave off some of the bitrot.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b9a08dc59..11c85bbc4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ language: erlang
# Settings to try
env:
- OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release"
- - OPTIONS="-DBUILD_CLAR=ON"
+ - OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=ON"
# Make sure CMake is installed
install: