Commit 54f69ad2 authored by nanahira's avatar nanahira

git problems

parent 83f89eac
Pipeline #4021 failed with stages
in 3 minutes and 46 seconds
...@@ -43,6 +43,7 @@ windows: ...@@ -43,6 +43,7 @@ windows:
tags: tags:
- windows - windows
script: script:
- choco -y install git
- npm ci - npm ci
- npm run dist - npm run dist
- dir dist - dir dist
...@@ -55,9 +56,10 @@ linux: ...@@ -55,9 +56,10 @@ linux:
tags: tags:
- linux - linux
script: script:
- apt update ; apt -y install python3 build-essential - apt update ; apt -y install python3 build-essential git
- npm ci - npm ci
- npm run build - npm run dist
- ls -la dist
artifacts: artifacts:
paths: paths:
- dist/ - dist/
...@@ -70,6 +72,7 @@ macOS: ...@@ -70,6 +72,7 @@ macOS:
script: script:
- npm ci - npm ci
- npm run build - npm run build
- ls -la dist
artifacts: artifacts:
paths: paths:
- dist/ - dist/
......
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