Merged build & gen-vc
ci/woodpecker/push/woodpecker Pipeline failed Details

Jef Roosens 2022-04-17 17:46:16 +02:00
parent 18ef6e4a31
commit 1529b6a3f6
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 10 deletions

View File

@ -2,22 +2,16 @@ platform: linux/amd64
branch: master
pipeline:
build:
image: 'ubuntu:latest'
commands:
- apt-get update -y && apt-get install build-essential git -y
- make
when:
event: push
gen-vc:
# This is what the official CI uses as well
image: 'ubuntu:latest'
secrets:
- deploy_key
commands:
# Install ssh-agent if not present
- apt-get update -y && apt-get install openssh-client git -y
# Install necessary dependencies
- apt-get update -y && apt-get install openssh-client git build-essential -y
# Build the compiler
- make
# Run ssh-agent
- eval $(ssh-agent -s)
# Add ssh key