Merge pull request #1515 from AndreiRudenko/main #308
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: HTML5 Worker | |
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 html5worker --kha . --from Tests/Empty |