Skip to content

pygbag_build

pygbag_build #2

Workflow file for this run

name: pygbag_build
on: [workflow_dispatch]
jobs:
build-pygbag:
name: Build for Emscripten
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Checkout
run: |
python3 -m pip install --user --upgrade git+https://github.com/pygame-web/pygbag
python3 -m pygbag --git --build --LINES 50 --CONSOLE 1 --ume_block 0 --PYBUILD 3.12 --template noctx.tmpl $GITHUB_WORKSPACE/main.py
- name : "Upload to GitHub pages"
uses: JamesIves/github-pages-deploy-action@4.1.7
with:
branch: gh-pages
folder: build/web