This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-bot/.gitlab-ci.yml
2021-02-10 12:23:19 +01:00

17 lines
275 B
YAML

image: node:buster-lts
stages:
- test
- build
cache:
paths:
- node_modules/
build:
stage: test
script:
- apt update && apt -qqy install openjdk-11-jre-headless
- npm install
- npm install -g --save-dev shadow-cljs
- shadow-cljs compile test