advisory-circular/.gitlab-ci.yml
2020-10-12 13:22:34 -07:00

9 lines
165 B
YAML

image: node:latest
test:
script:
- apt-get update
- apt-get install -y openjdk-8-jre
- npm install
- ./node_modules/.bin/shadow-cljs compile test