mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-26 01:31:06 +00:00
15 lines
249 B
YAML
15 lines
249 B
YAML
name: Wasm Build
|
|
|
|
on: [ push, pull_request ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Build web
|
|
run: docker-compose up
|
|
- name: Run tests
|
|
run: node test/wasm/test.js
|