forked from RudjiGames/MTuner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.appveyor.yml
32 lines (26 loc) · 1 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
shallow_clone: true
os:
- Visual Studio 2019
environment:
matrix:
- TOOLSET: vs2019
platform:
- x64
configuration:
- Debug
- Release
- Retail
install:
- set QTDIR_VS2019_x64=C:\Qt\6.0.1\msvc2019_64
- set QTDIR_VS2019_x86=C:\Qt\6.0.1\msvc2019
- set PATH=C:\projects\luaforwindows\files;%QTDIR_VS2019_x64%\bin;%PATH%
- git clone --depth 1 https://github.com/milostosic/build ..\build
- git clone --depth 1 https://github.com/milostosic/rbase ..\rbase
- git clone --depth 1 https://github.com/milostosic/rdebug ..\rdebug
- git clone --depth 1 https://github.com/milostosic/rmem ..\rmem
- git clone --depth 1 https://github.com/milostosic/rqt ..\rqt
- git clone --depth 1 https://github.com/milostosic/DIA ..\DIA
- git clone --depth 1 https://github.com/milostosic/luaforwindows ..\luaforwindows
- ..\build\tools\bin\windows\genie --file=genie\genie.lua %TOOLSET%
build:
project: ../.build/windows/$(TOOLSET)/MTuner/projects/MTuner.sln