Skip to content

Commit 08b48f8

Browse files
abnerfsdvander
authored andcommitted
Use python 3.3 in appveyor
1 parent a6a73bd commit 08b48f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.appveyor/build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo on
22
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
33
mkdir opt32 && cd opt32
4-
C:\python27\python.exe ..\configure.py --enable-optimize
4+
python ..\configure.py --enable-optimize
55
ambuild
66
cd ..
77
opt32\dist\testrunner.exe

.appveyor/setup_environment.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@echo on
2+
SET PYTHON=c:\python33
3+
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
24
git submodule update --init
35
git clone https://github.com/alliedmodders/ambuild ambuild
4-
cd ambuild
5-
c:\python27\python.exe setup.py install
6+
pip install ./ambuild
67
chdir /D "%APPVEYOR_BUILD_FOLDER%"

0 commit comments

Comments
 (0)