difftreelog
ci use cargo directly, without makefile
in: master
1 file changed
.gitlab-ci.ymldiffbeforeafterboth21 image: $CI_REGISTRY_IMAGE:build21 image: $CI_REGISTRY_IMAGE:build22 stage: build22 stage: build23 script:23 script:24 - make test24 - cargo clippy25 cache:25 cache:26 key: test26 key: test27 paths:27 paths:31 image: $CI_REGISTRY_IMAGE:build31 image: $CI_REGISTRY_IMAGE:build32 stage: build32 stage: build33 script:33 script:34 - make build34 - cargo build --release35 cache:35 cache:36 key: linux36 key: linux37 paths:37 paths:46 image: $CI_REGISTRY_IMAGE:build46 image: $CI_REGISTRY_IMAGE:build47 stage: build47 stage: build48 script:48 script:49 - make build-wasi49 - cargo build --target=wasm32-wasi --release50 cache:50 cache:51 key: wasm51 key: wasm52 paths:52 paths: