mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-15 10:50:05 +00:00
fe087cd5f0
This reverts commit 8fbb53dae4
.
15 lines
303 B
YAML
15 lines
303 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 -f source/wasm/docker-compose.yml --project-directory . up
|
|
- name: Run tests
|
|
run: node test/wasm/test.js
|