Added .gitlab-ci.yml.
This commit is contained in:
parent
2787f8959f
commit
236d392980
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
image: node:latest
|
||||
|
||||
test:
|
||||
script:
|
||||
- npm install
|
||||
- ./node_modules/.bin/shadow-cljs compile test
|
Loading…
Reference in New Issue
Block a user