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

13 lines
170 B
YAML
Raw Normal View History

2021-02-09 19:14:09 +00:00
image: node:lts
stages:
- test
- build
build:
stage: test
script:
- npm install
- npm install -g --save-dev shadow-cljs
- shadow-cljs compile test