aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-24 10:27:04 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-24 10:28:07 +0800
commitb016f65e314630808cdc3d2c493d5608325ca6c2 (patch)
tree55019233753e740e8de566bf876d8a59ce3cd500 /.woodpecker/.debian.yaml
parent5a238712ee138af9f70baaa0a03191f938174a41 (diff)
downloadhaxircd-b016f65e314630808cdc3d2c493d5608325ca6c2.tar.gz
haxircd-b016f65e314630808cdc3d2c493d5608325ca6c2.zip
CI: Fix last commit
Apparently it didn't really work because setting the branch list to empty causes it to always run, ignoring the branch. So the current solution is just to comment out the build commands.
Diffstat (limited to '.woodpecker/.debian.yaml')
-rw-r--r--.woodpecker/.debian.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml
index 78d67b9..bc9395a 100644
--- a/.woodpecker/.debian.yaml
+++ b/.woodpecker/.debian.yaml
@@ -1,4 +1,4 @@
-skip_clone: false
+skip_clone: true
steps:
build:
@@ -7,8 +7,8 @@ steps:
event: [manual]
image: debian:sid
commands:
- - apt update -y
- - apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev
- - curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c'
- - curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts'
- - make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1
+ - # apt update -y
+ - # apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev
+ - # curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c'
+ - # curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts'
+ - # make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1