Skip to content

Commit

Permalink
.github/workflows/wasm32.yml: add python target
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 29, 2021
1 parent 9c3071a commit a376304
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/wasm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,22 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

python:
name: python
runs-on: ubuntu-latest
needs:
- glibc
- gcc
steps:
- uses: actions/checkout@v2
with:
submodules: false
- name: Set env variables
uses: ./github/env/
- run: WASMDIR=$(pwd) JS=$(pwd)/bin/js make GITHUB=1 -k artifact-python!
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

_001-hello-world-o:
name: Hello World (assemble)
runs-on: ubuntu-latest
Expand Down

0 comments on commit a376304

Please sign in to comment.