Browse Source

Update webassembly.yml

pull/1359/head
Ray 4 years ago
committed by GitHub
parent
commit
59277566e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .github/workflows/webassembly.yml

+ 7
- 0
.github/workflows/webassembly.yml View File

@ -16,6 +16,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v6
with:
version: 2.0.0
actions-cache-folder: 'emsdk-cache'
- name: Setup Environment
run: |
@ -30,6 +36,7 @@ jobs:
- name: Build Library
run: |
cd src
emcc -v
make PLATFORM=PLATFORM_WEB RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
cd ..

||||||
x
 
000:0
Loading…
Cancel
Save