another one
ci/woodpecker/push/compliance-and-tests Pipeline is pending Details
ci/woodpecker/push/release-version Pipeline is pending Details
ci/woodpecker/tag/compliance-and-tests Pipeline was successful Details
ci/woodpecker/tag/release-version Pipeline failed Details

ci-optimization
gapodo 2022-12-05 02:47:12 +01:00
parent 6d76151088
commit 3fd0bc95c4
1 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,8 @@ pipeline:
- export WS_BASE="$(pwd)" - export WS_BASE="$(pwd)"
- echo "installing nodejs" - echo "installing nodejs"
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs
- echo "installing xz"
- apt-get install -qqy xz
- echo "fetching upx-v$${UPXVERSION}" - echo "fetching upx-v$${UPXVERSION}"
- cd /usr/local/bin - cd /usr/local/bin
- curl -sL https://github.com/upx/upx/releases/download/v$${UPXVERSION}/upx-$${UPXVERSION}-amd64_linux.tar.xz | tar --strip-components 1 -xJf - upx-$${UPXVERSION}-amd64_linux/upx - curl -sL https://github.com/upx/upx/releases/download/v$${UPXVERSION}/upx-$${UPXVERSION}-amd64_linux.tar.xz | tar --strip-components 1 -xJf - upx-$${UPXVERSION}-amd64_linux/upx
@ -62,7 +64,6 @@ pipeline:
- cd $WS_BASE - cd $WS_BASE
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release - make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
- echo "building environment-to-ini" - echo "building environment-to-ini"
- export TAGS=bindata
- cd $WS_BASE/contrib/environment-to-ini - cd $WS_BASE/contrib/environment-to-ini
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release - make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
environment: environment:
@ -102,6 +103,7 @@ pipeline:
defaulttagname: main defaulttagname: main
settings: settings:
dockerfile: Dockerfile.ci dockerfile: Dockerfile.ci
no_cache: true
platforms: *docker_platforms platforms: *docker_platforms
registry: registry:
from_secret: domain from_secret: domain