using cd,cd .. instead of popd
This commit is contained in:
parent
e96d0286b8
commit
6c4fa88d07
@ -7,10 +7,10 @@ build_script:
|
|||||||
git clone --depth=1 -b maint/v0.24 https://github.com/libgit2/libgit2.git libgit2
|
git clone --depth=1 -b maint/v0.24 https://github.com/libgit2/libgit2.git libgit2
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
||||||
pushd build
|
cd build
|
||||||
cmake -DSTDCALL=OFF -DBUILD_CLAR=OFF -DCMAKE_INSTALL_PREFIX=%LIBGIT2% ../libgit2 -G"Visual Studio 11 Win64"
|
cmake -DSTDCALL=OFF -DBUILD_CLAR=OFF -DCMAKE_INSTALL_PREFIX=%LIBGIT2% ../libgit2 -G"Visual Studio 11 Win64"
|
||||||
cmake --build . --config Release --target install
|
cmake --build . --config Release --target install
|
||||||
popd
|
cd ..
|
||||||
|
|
||||||
C:\Python35-x64\Scripts\pip.exe install wheel
|
C:\Python35-x64\Scripts\pip.exe install wheel
|
||||||
C:\Python35-x64\python.exe setup.py bdist_wheel
|
C:\Python35-x64\python.exe setup.py bdist_wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user