File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -23,30 +23,16 @@ environment:
2323 PYTHON : ' C:\Python36-x64\python.exe'
2424
2525init :
26- - cmd : ' %PYTHON% -m pip install -U nose wheel'
26+ - cmd : ' %PYTHON% -m pip install -U nose wheel pygit2 '
2727
28- build_script :
29- - cmd : |
30- set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\build\libgit2
31- git clone --depth=1 -b maint/v0.25 https://github.com/libgit2/libgit2.git libgit2
32- mkdir build
33-
34- cd build
35- cmake -DSTDCALL=OFF -DBUILD_CLAR=OFF -DCMAKE_INSTALL_PREFIX="%LIBGIT2%" ../libgit2 -G "%GENERATOR%"
36- cmake --build . --config Release --target install
37- cd ..
38-
39- IF "%GENERATOR%"=="Visual Studio 10 Win64" ( call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" )
40-
41- "%PYTHON%" setup.py bdist_wheel
28+ build : off
4229
4330before_test :
4431 - cmd : git config --global user.name "appveyor-test"
4532 - cmd : git config --global user.email "appveyor@test.com"
4633
4734test_script :
4835 - ps : |
49- cp build\Release\git2.dll .
5036 &$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
5137 if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
5238 # upload results to AppVeyor
You can’t perform that action at this time.
0 commit comments