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:
tags:
- windows
script:
- choco -y install git
- npm ci
- npm run dist
- dir dist
......@@ -55,9 +56,10 @@ linux:
tags:
- linux
script:
- apt update ; apt -y install python3 build-essential
- apt update ; apt -y install python3 build-essential git
- npm ci
- npm run build
- npm run dist
- ls -la dist
artifacts:
paths:
- dist/
......@@ -70,6 +72,7 @@ macOS:
script:
- npm ci
- npm run build
- ls -la dist
artifacts:
paths:
- 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