forked from skyrim-multiplayer/skymp
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (34 loc) · 1.02 KB
/
pr-windows-skyrim-ae.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
name: PR Windows Skyrim AE
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
VCPKG_FEATURE_FLAGS: 'manifests'
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: 'true'
- uses: ./.github/actions/pr_base
with:
DESCRIPTION: 'Skyrim Anniversary Edition (1.6)'
SKYRIM_SE_FLAG: OFF
SP_NEXUS_ARTIFACT_NAME: Skyrim Platform %SP_VERSION% (Anniversary Edition)
DEPLOY_BRANCH: ""
DIST_ARTIFACT_NAME: dist
SERVER_DIST_ARTIFACT_NAME: server-dist
SKYMP5_PATCHES_PAT: ${{ secrets.SKYMP5_PATCHES_PAT }}
NUGET_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}