mirror of
https://github.com/remko/waforth
synced 2025-02-05 20:46:22 +01:00
14 lines
256 B
YAML
14 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
|