a
This commit is contained in:
parent
c45b2b9fd8
commit
01968f5f91
1 changed files with 24 additions and 0 deletions
24
.github/workflows/forge.yml
vendored
Normal file
24
.github/workflows/forge.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: forge
|
||||||
|
run-name: DO FORGE RUN LO!!!!!L
|
||||||
|
on: []
|
||||||
|
jobs:
|
||||||
|
build-linux:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: '16.18.1'
|
||||||
|
- run: npm install
|
||||||
|
- run: npm install yarn -g
|
||||||
|
- run: yarn run make
|
||||||
|
build-windows:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: '16.18.1'
|
||||||
|
- run: npm install
|
||||||
|
- run: npm install yarn -g
|
||||||
|
- run: yarn run make
|
Loading…
Reference in a new issue