From 2a4aa5c40ce5073fd886a03bb7dd5501c2f63ca2 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 8 Nov 2021 13:03:57 +0000 Subject: [PATCH] CI experimentation and hopeful fix? --- .woodpecker.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 77a8a1b..479a936 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,10 +6,11 @@ pipeline: event: [push, pull_request] image: rust:1.56.1-slim commands: - - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake + - echo nop + #- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake #- rustup component add clippy # TODO clippy one day - - cargo check + #- cargo check buildRelease: when: @@ -17,9 +18,9 @@ pipeline: tag: v* image: rust:1.56.1-slim commands: - - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake - - cargo build --release - - "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/'/'/-}" + #- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake + #- cargo build --release + - "dir=$DRONE_REPO_NAME-$DRONE_TAG-$${DRONE_ARCH/'/'/-}" - "mkdir $dir" - cp target/release/mxmonzo $dir/ - tar cvf $dir.tar.gz $dir