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-09 20:14:09 +01:00

12 lines
170 B
YAML

image: node:lts
stages:
- test
- build
build:
stage: test
script:
- npm install
- npm install -g --save-dev shadow-cljs
- shadow-cljs compile test