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

ci

parent 297e2cff
...@@ -6,6 +6,7 @@ stages: ...@@ -6,6 +6,7 @@ stages:
- deploy - deploy
windows: windows:
image: stefanscherer/node-windows
stage: build stage: build
tags: tags:
- windows - windows
...@@ -18,6 +19,7 @@ windows: ...@@ -18,6 +19,7 @@ windows:
artifacts: artifacts:
paths: paths:
- dist/ci-* - dist/ci-*
- dist/ci_*
linux: linux:
image: node:latest image: node:latest
stage: build stage: build
...@@ -30,6 +32,7 @@ linux: ...@@ -30,6 +32,7 @@ linux:
artifacts: artifacts:
paths: paths:
- dist/ci-* - dist/ci-*
- dist/ci_*
macOS: macOS:
stage: build stage: build
tags: tags:
...@@ -42,6 +45,7 @@ macOS: ...@@ -42,6 +45,7 @@ macOS:
artifacts: artifacts:
paths: paths:
- dist/ci-* - dist/ci-*
- dist/ci_*
upload_to_minio: upload_to_minio:
stage: deploy stage: deploy
...@@ -53,3 +57,4 @@ upload_to_minio: ...@@ -53,3 +57,4 @@ upload_to_minio:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/mycard-ci-test - aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/mycard-ci-test
only: only:
- tags - 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