summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-11-06 11:36:34 -0800
committerGitHub <noreply@github.com>2017-11-06 11:36:34 -0800
commit1082eabb680cf6083f59071918d007d5314c59ea (patch)
tree8d5ba22a893c9fcf1d7e84fb5a8fc6b0e0242649 /script
parent8233f6e36d8827986e1baeff4b7b4daa2cce46f4 (diff)
parentbf15dbf6cf19146082c1245e9db4016d773dbe7e (diff)
downloadlibgit2-1082eabb680cf6083f59071918d007d5314c59ea.tar.gz
Merge pull request #4397 from pks-t/pks/appveyor-examples
appveyor: build examples
Diffstat (limited to 'script')
-rwxr-xr-xscript/appveyor-mingw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/appveyor-mingw.sh b/script/appveyor-mingw.sh
index d171a72d5..6b2a9425e 100755
--- a/script/appveyor-mingw.sh
+++ b/script/appveyor-mingw.sh
@@ -19,5 +19,5 @@ fi
cd build
gcc --version
cmake --version
-cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$GENERATOR"
+cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON -D BUILD_EXAMPLES=ON .. -G"$GENERATOR"
cmake --build . --config RelWithDebInfo