forked from OpenVR-Advanced-Settings/OpenVR-AdvancedSettings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
38 lines (31 loc) · 1.24 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
image: Visual Studio 2017
environment:
matrix:
- QT_LOC: '"C:\Qt\5.12\msvc2017_64\bin\"'
VS_LOC: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat"'
JOM_LOC: '"C:\Qt\Tools\QtCreator\bin\jom.exe"'
NSIS_LOC: '"C:\Program Files (x86)\NSIS\"'
ZIP_LOC: '"C:\Program Files\7-zip\7z.exe"'
LLVM_LOC: '"C:\Program Files\LLVM\bin\"'
PYTHON_LOC: '"C:\Python37\"'
BUILD_PACKAGE: "1"
- QT_LOC: '"C:\Qt\5.12\msvc2017_64\bin\"'
VS_LOC: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat"'
JOM_LOC: '"C:\Qt\Tools\QtCreator\bin\jom.exe"'
NSIS_LOC: '"C:\Program Files (x86)\NSIS\"'
ZIP_LOC: '"C:\Program Files\7-zip\7z.exe"'
LLVM_LOC: '"C:\Program Files\LLVM\bin\"'
PYTHON_LOC: '"C:\Python37\"'
BUILD_PACKAGE: "1"
BUILD_CLANG: '"1"'
clone_depth: 1
init:
- set TAG_NAME=%APPVEYOR_REPO_TAG_NAME%
build_script:
- python ./build_scripts/run-clang-format.py ./src -r --clang-format-executable "C:\Program Files\LLVM\bin\clang-format.exe" --color always
- call "build_windows.cmd"
artifacts:
- path: bin\win64\AdvancedSettings*.7z
name: portable
- path: installer\AdvancedSettings*.exe
name: installer