forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (25 loc) · 1.16 KB
/
appveyor.yml
File metadata and controls
30 lines (25 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is a configuration file for the continuous delivery service provided
# by AppVeyor.com. Its purpose is to automatically build the CEF Python project.
# Please refer to https://github.com/cztomczak/cefpython
# for more information on CEF Python.
os: Visual Studio 2015
environment:
CEFVERSION: "3.3029.1604.g364cd86"
install:
- ps: Start-FileDownload 'https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip'
- 7z x ninja-win.zip -oc:\projects\ninja
- "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;c:\\projects\\ninja;%PATH%"
- pip install --upgrade -r tools/requirements.txt
before_build:
- appveyor DownloadFile http://opensource.spotify.com/cefbuilds/cef_binary_%CEFVERSION%_windows64.tar.bz2
- mkdir build
- 7z x cef_binary_%CEFVERSION%_windows64.tar.bz2
- 7z x cef_binary_%CEFVERSION%_windows64.tar -obuild
- copy src\windows\py27\stdint.h "%LocalAppData%\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include"
- dir "%LocalAppData%"
build_script:
- cd build
- echo "Put prebuilt CEF in place..."
- python ../tools/automate.py --prebuilt-cef
- echo "Building CEF Python..."
- python ../tools/build.py 58.0