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:
23
23
PYTHON : ' C:\Python36-x64\python.exe'
24
24
25
25
init :
26
- - cmd : ' %PYTHON% -m pip install -U nose wheel'
26
+ - cmd : ' %PYTHON% -m pip install -U nose wheel pygit2 '
27
27
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
42
29
43
30
before_test :
44
31
- cmd : git config --global user.name "appveyor-test"
45
32
-
cmd :
git config --global user.email "[email protected] "
46
33
47
34
test_script :
48
35
- ps : |
49
- cp build\Release\git2.dll .
50
36
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
51
37
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
52
38
# upload results to AppVeyor
You can’t perform that action at this time.
0 commit comments