forked from bleachbit/bleachbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
24 lines (19 loc) · 780 Bytes
/
appveyor.yml
File metadata and controls
24 lines (19 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
build: off
environment:
matrix:
- PYTHON_HOME: "C:\\Python27"
init:
- 'echo PYTHON_HOME=%PYTHON_HOME%'
- ver
install:
- '%PYTHON_HOME%\python.exe -V'
- '%PYTHON_HOME%\Scripts\pip.exe --version'
- '%PYTHON_HOME%\Scripts\pip.exe install pypiwin32'
- ps: Start-FileDownload "http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi"
- msiexec /i pygtk-all-in-one-2.24.2.win32-py2.7.msi /qn /norestart /log pygtk-install.log TARGETDIR=C:\Python27 ALLUSERS=1
# download Winapp.ini for TestWinapp.py
- ps: Start-FileDownload http://www.winapp2.com/Winapp2.ini -FileName "$Env:TMP\bleachbit_test_winapp2.ini"
cache:
- pygtk-all-in-one-2.24.2.win32-py2.7.msi
test_script:
- '%PYTHON_HOME%\python.exe tests\TestAll.py'