Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
This commit is contained in:
commit
64ade78cf3
1 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,7 @@ stages:
|
||||||
|
|
||||||
testCommit:
|
testCommit:
|
||||||
stage: build
|
stage: build
|
||||||
image: node:alpine
|
image: node:latest
|
||||||
# Pick zero or more services to be used on all builds.
|
# Pick zero or more services to be used on all builds.
|
||||||
# Only needed when using a docker container to run your tests in.
|
# Only needed when using a docker container to run your tests in.
|
||||||
# Check out: https://docs.gitlab.com/ee/ci/services/index.html
|
# Check out: https://docs.gitlab.com/ee/ci/services/index.html
|
||||||
|
@ -30,7 +30,9 @@ testCommit:
|
||||||
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
|
||||||
# POSTGRES_HOST_AUTH_METHOD: trust
|
# POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache cargo python3 make g++
|
- apt-get update && apt-get install -y git wget curl build-essential python3
|
||||||
|
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
|
- source "$HOME/.cargo/env"
|
||||||
- cp .config/ci.yml .config/default.yml
|
- cp .config/ci.yml .config/default.yml
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest --activate
|
- corepack prepare pnpm@latest --activate
|
||||||
|
|
Loading…
Reference in a new issue