Add CI #1

Merged
pgrondek merged 12 commits from ci into main 2023-09-14 20:58:46 +00:00
Showing only changes of commit 1b8fb88139 - Show all commits

View File

@ -2,6 +2,7 @@ steps:
build-static: build-static:
image: "node:20" image: "node:20"
commands: commands:
- npm install
- npm run build - npm run build
build-docker: build-docker:
image: "docker:24.0.6-dind" image: "docker:24.0.6-dind"