26 lines
538 B
YAML
26 lines
538 B
YAML
version: 1.0.{build}
|
|
image: Visual Studio 2022
|
|
|
|
platform:
|
|
- x64
|
|
|
|
clone_folder: c:\mgs
|
|
|
|
build_script:
|
|
- cd build
|
|
- pip install -r requirements.txt
|
|
- python build.py --psyq_path c:\psyq_sdk
|
|
- powershell.exe -File progress.ps1
|
|
- python build.py --variant vr_exe --psyq_path c:\psyq_sdk
|
|
|
|
install:
|
|
- git clone https://github.com/FoxdieTeam/psyq_sdk.git c:\psyq_sdk --depth 1
|
|
- git submodule update --init --recursive
|
|
- set PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
|
|
- python --version
|
|
|
|
test: off
|
|
|
|
cache:
|
|
- C:\mgs-cache
|