Sign in
swiftshader
/
SwiftShader.git
/
782eb8546f758d66ec3e52e75517bd257065195b
/
.
/
third_party
/
SPIRV-Tools
/
.github
/
workflows
/
wasm.yml
blob: d9a9c5cb7c172997bba196f27bc695a4f6eb7377 [
file
] [
log
] [
blame
]
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