Skip to content

Commit

Permalink
.github/workflows/daily.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 564352d commit 9c3071a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ jobs:
uses: ./github/env/
- run: make GITHUB=1 -kj10 tools/bin/dyninfo js/wasm32.js
- run: JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 -kj10 daily-miniperl!
python:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: false
- name: Set env variables
uses: ./github/env/
- run: make GITHUB=1 -kj10 tools/bin/dyninfo js/wasm32.js
- run: JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 -kj10 daily-python!
run-wasm:
name: Hello World (run with binfmt_misc)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c3071a

Please sign in to comment.