Skip to content

[#54869] Add build, test and release workflows #10

[#54869] Add build, test and release workflows

[#54869] Add build, test and release workflows #10

Workflow file for this run

name: build jswasi
on:
push:
branches:
- '**'
- '!main'
pull_request:
workflow_call:
jobs:
build-and-test:
runs-on: ubuntu-latest
container:
image: debian:bookworm
steps:
- name: Install dependencies
run: apt-get -qqy update && apt-get -qqy install node-typescript make gettext-base npm wget
- name: Checkout sources
uses: actions/checkout@v4
- name: Build jswasi
run: make standalone
- name: Test jswasi
run: make test
- name: Upload dist
uses: actions/upload-artifact@v3
with:
name: jswasi
path: ./dist/