mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +01:00
15 lines
256 B
YAML
15 lines
256 B
YAML
|
# Doesn't work yet, because there is no 'wabt' package in Ubuntu yet
|
||
|
# This will have to wait until disco.
|
||
|
# TODO: Add racket.
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
script:
|
||
|
- yarn build
|
||
|
- yarn test
|
||
|
cache: yarn
|
||
|
addons:
|
||
|
apt:
|
||
|
packages:
|
||
|
- wabt
|