summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-07-14 12:42:50 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-07-26 15:34:47 +0100
commit67f5304f552a287dd46951b8ef96695f080c5ff2 (patch)
treee1455ec40eb8b03d0d31d8e2ca96082dac637d00 /ci
parent9e588060d93da064ca288db021def3d81fa13790 (diff)
downloadlibgit2-67f5304f552a287dd46951b8ef96695f080c5ff2.tar.gz
ci: introduce vsts builds
Diffstat (limited to 'ci')
-rwxr-xr-xci/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 39d35f1b5..45f074810 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -27,6 +27,7 @@ echo "##########################################################################
echo "## Configuring build environment"
echo "##############################################################################"
+echo cmake ${SOURCE_DIR} -DBUILD_EXAMPLES=ON ${CMAKE_OPTIONS}
cmake ${SOURCE_DIR} -DBUILD_EXAMPLES=ON ${CMAKE_OPTIONS}
echo ""