advisory-circular/.gitlab-ci.yml

9 lines
165 B
YAML
Raw Normal View History

2020-10-12 20:12:24 +00:00
image: node:latest
test:
script:
2020-10-12 20:22:34 +00:00
- apt-get update
- apt-get install -y openjdk-8-jre
2020-10-12 20:12:24 +00:00
- npm install
- ./node_modules/.bin/shadow-cljs compile test