forked from Onek8/LNXSDK
Update
This commit is contained in:
25
Kha/.github/workflows/html5.yml
vendored
Normal file
25
Kha/.github/workflows/html5.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: HTML5
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Get DLC
|
||||
run: ./get_dlc
|
||||
- name: Get Node.js
|
||||
run: git clone https://github.com/Kode/nodejs_bin.git --depth 1
|
||||
- name: Setup Node.js
|
||||
run: nodejs_bin/copysysbin.sh
|
||||
- name: Compile
|
||||
run: nodejs_bin/node make.js html5 --kha . --from Tests/Empty
|
||||
Reference in New Issue
Block a user