Ensure that the linters and builds pass before merging a PR #7

Merged
Adrien merged 18 commits from ci/add-checks-on-mr into develop 2025-05-02 07:41:58 +00:00
2 changed files with 21 additions and 22 deletions
Showing only changes of commit e2c20e4c64 - Show all commits

View File

@@ -14,11 +14,10 @@ steps:
# # Not ready for clippy validation
# failure: ignore
- name: build-web
# image: rust:latest
image: rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3
commands: |
dx build -r --platform web -- -j ${JOBS_NB:-default}
- name: build-web (dockerize)
image: woodpeckerci/plugin-kaniko
settings:
dry-run: true
when:
- event: pull_request

View File

@@ -1,4 +1,4 @@
FROM rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3 AS builder
FROM rg.fr-par.scw.cloud/asr-projects/dioxus-cli-0.6.3:latest AS builder
ARG JOBS_NB=${JOBS_NB:-default}
# Disable incremental compilation