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

18 lines
275 B
YAML
Raw Normal View History

2021-02-10 11:23:19 +00:00
image: node:buster-lts
2021-02-09 19:14:09 +00:00
stages:
- test
- build
2021-02-10 11:23:19 +00:00
cache:
paths:
- node_modules/
2021-02-09 19:14:09 +00:00
build:
stage: test
script:
2021-02-10 11:23:19 +00:00
- apt update && apt -qqy install openjdk-11-jre-headless
2021-02-09 19:14:09 +00:00
- npm install
- npm install -g --save-dev shadow-cljs
- shadow-cljs compile test