Skip to content

Merge branch 'main' of ssh://github.com/Kode/Kha #833

Merge branch 'main' of ssh://github.com/Kode/Kha

Merge branch 'main' of ssh://github.com/Kode/Kha #833

Workflow file for this run

name: UWP
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 windowsapp -v vs2022 --kha . --from Tests/Empty --compile