forked from syncfusion/SfQtWebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
49 lines (42 loc) · 1.84 KB
/
appveyor.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 1.0.{build}
image:
- Visual Studio 2013
- Visual Studio 2017
platform:
- win32
- wince80colibri-armv7
- wince80GSeries
matrix:
exclude:
- image: Visual Studio 2013
platform: win32
- image: Visual Studio 2017
platform: wince80colibri-armv7
- image: Visual Studio 2017
platform: wince80GSeries
configuration:
- module-qtbase-make_first module-qtmultimedia-make_first module-qtlocation-make_first module-qtsensors-make_first module-qtimageformats-make_first
- sub-Source-WTF-WTF-pro-make_first-ordered sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered sub-Source-ThirdParty-leveldb-leveldb-pro-make_first-ordered sub-Source-WebCore-WebCore-pro-make_first-ordered sub-Source-WebKit-WebKit1-pro-make_first-ordered sub-Source-QtWebKit-pro-make_first-ordered sub-Tools-Tools-pro-make_first-ordered
environment:
BearerToken:
secure: fOl+vkp+AFzHR8mvZmTTXWfIsdtlcg5yLhI6MP1Nrp4=
clone_script:
- git clone -q --depth 1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- git submodule init
- git submodule update
- git checkout -qf %APPVEYOR_REPO_COMMIT%
- C:/msys64/usr/bin/wget.exe -nv "https://github.com/manesec/Backup-sfk/raw/d26b3c2/sfk198.exe"
- C:/msys64/usr/bin/wget.exe -O browser/rcedit-x86.exe -nv "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe"
- sfk198.exe sel -withdirs . +touch -date 20130412063015 -yes > nul
- powershell.exe .\download_snapshot.ps1
- 7z.exe x -y *.7z * & exit 0
- 7z.exe x -y -obrowser browser\*.7z * & exit 0
- if not "%PLATFORM%" == "win32" call install_wec2013_prerequisites.bat
- call VSYASM\install_script.bat
- call VSC99WRAP\install_script.bat
- del *.7z *.zip *.msi
build_script:
- call build\%PLATFORM%.bat
artifacts:
- path: '*.7z'
- path: 'browser\*.7z'