diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2017-11-06 11:36:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-06 11:36:34 -0800 |
| commit | 1082eabb680cf6083f59071918d007d5314c59ea (patch) | |
| tree | 8d5ba22a893c9fcf1d7e84fb5a8fc6b0e0242649 /script | |
| parent | 8233f6e36d8827986e1baeff4b7b4daa2cce46f4 (diff) | |
| parent | bf15dbf6cf19146082c1245e9db4016d773dbe7e (diff) | |
| download | libgit2-1082eabb680cf6083f59071918d007d5314c59ea.tar.gz | |
Merge pull request #4397 from pks-t/pks/appveyor-examples
appveyor: build examples
Diffstat (limited to 'script')
| -rwxr-xr-x | script/appveyor-mingw.sh | 2 |
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 |
