Update
This commit is contained in:
23
Kha/.github/workflows/wpf.yml
vendored
Normal file
23
Kha/.github/workflows/wpf.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: WPF
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Get DLC
|
||||
run: .\get_dlc.bat
|
||||
- name: Get Node.js
|
||||
run: git clone https://github.com/Kode/nodejs_bin.git --depth 1
|
||||
- name: Compile
|
||||
run: .\nodejs_bin\node.exe make.js wpf --kha . --from Tests/Empty
|
||||
Reference in New Issue
Block a user