Skip to content

Commit

Permalink
wasm4 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ringtailsoftware committed Jan 17, 2025
1 parent 9465cd2 commit f89b41c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,7 @@ jobs:
uses: mlugg/setup-zig@v1
with:
version: master
- name: Build test
run: zig build test
- name: Build cart
run: zig build
working-directory: zoridor
- name: Build terminal
run: zig build -Dweb=false
working-directory: zoridor
- name: Build web
run: zig build -Dweb=true
working-directory: zoridor
- name: Setup Pages
if: github.ref == 'refs/heads/main'
uses: actions/configure-pages@v3
- name: Upload Artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
with:
path: "zoridor/zig-out"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit f89b41c

Please sign in to comment.