Commit 3c8d4be3 authored by 神楽坂玲奈's avatar 神楽坂玲奈

ci

parent 297e2cff
......@@ -6,6 +6,7 @@ stages:
- deploy
windows:
image: stefanscherer/node-windows
stage: build
tags:
- windows
......@@ -18,6 +19,7 @@ windows:
artifacts:
paths:
- dist/ci-*
- dist/ci_*
linux:
image: node:latest
stage: build
......@@ -30,6 +32,7 @@ linux:
artifacts:
paths:
- dist/ci-*
- dist/ci_*
macOS:
stage: build
tags:
......@@ -42,6 +45,7 @@ macOS:
artifacts:
paths:
- dist/ci-*
- dist/ci_*
upload_to_minio:
stage: deploy
......@@ -53,3 +57,4 @@ upload_to_minio:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/mycard-ci-test
only:
- tags
- ci-test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment