Ensure that the linters and builds pass before merging a PR #7
@@ -14,11 +14,10 @@ steps:
|
|||||||
# # Not ready for clippy validation
|
# # Not ready for clippy validation
|
||||||
# failure: ignore
|
# failure: ignore
|
||||||
|
|
||||||
- name: build-web
|
- name: build-web (dockerize)
|
||||||
# image: rust:latest
|
image: woodpeckerci/plugin-kaniko
|
||||||
image: rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3
|
settings:
|
||||||
commands: |
|
dry-run: true
|
||||||
dx build -r --platform web -- -j ${JOBS_NB:-default}
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
@@ -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}
|
ARG JOBS_NB=${JOBS_NB:-default}
|
||||||
# Disable incremental compilation
|
# Disable incremental compilation
|
||||||
|
Reference in New Issue
Block a user