diff --git a/.ci/woodpecker/check.yml b/.ci/woodpecker/check.yml index dda3677..9122748 100644 --- a/.ci/woodpecker/check.yml +++ b/.ci/woodpecker/check.yml @@ -3,17 +3,21 @@ platform: linux/amd64 +.a1: &when + event: [ push, pull_request ] + pipeline: buildAssets: - image: "node:17.8.0-alpine3.14" + when: *when + image: "node:17.8.0-bullseye" commands: + - apt-get -qq update && apt-get -yqq install python3 - cd quickpeep_static - yarn install - yarn build clippy: - when: - event: [push, pull_request] + when: *when image: rust:1.59.0-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev diff --git a/.ci/woodpecker/release.yml b/.ci/woodpecker/release.yml index a6fe79d..d342363 100644 --- a/.ci/woodpecker/release.yml +++ b/.ci/woodpecker/release.yml @@ -15,8 +15,9 @@ pipeline: buildAssets: when: *when - image: "node:17.8.0-alpine3.14" + image: "node:17.8.0-bullseye" commands: + - apt-get -qq update && apt-get -yqq install python3 - cd quickpeep_static - yarn install - yarn build