We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a73bd commit 08b48f8Copy full SHA for 08b48f8
.appveyor/build.bat
@@ -1,7 +1,7 @@
1
@echo on
2
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
3
mkdir opt32 && cd opt32
4
-C:\python27\python.exe ..\configure.py --enable-optimize
+python ..\configure.py --enable-optimize
5
ambuild
6
cd ..
7
opt32\dist\testrunner.exe
.appveyor/setup_environment.bat
@@ -1,6 +1,7 @@
+SET PYTHON=c:\python33
+SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
git submodule update --init
git clone https://github.com/alliedmodders/ambuild ambuild
-cd ambuild
-c:\python27\python.exe setup.py install
+pip install ./ambuild
chdir /D "%APPVEYOR_BUILD_FOLDER%"
0 commit comments