summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2015-01-31 22:15:10 +0100
committernulltoken <emeric.fermas@gmail.com>2015-01-31 22:15:10 +0100
commitf4e3a6ab593b5b4870cab0b358718725644c4b82 (patch)
tree2f081611937ab8aa52d3a14a98fc9c134f07258b
parentf83c19c87d6f484b72c24125aaac98bdc365c4b5 (diff)
downloadlibgit2-ntk/appveyor.tar.gz
AppVeyor: Prettify build scriptntk/appveyor
-rw-r--r--appveyor.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0dcfd4dc0..aa3a70eb5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,17 +9,12 @@ environment:
- GENERATOR: "Visual Studio 11 Win64"
ARCH: 64
build_script:
-- ps: >-
+- ps: |
choco install cmake
-
choco install python2
-
mkdir build
-
cd build
-
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
-
cmake --build . --config RelWithDebInfo
test_script:
- ps: ctest -V .