mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
switch to build docker image
This commit is contained in:
parent
1c576876ef
commit
f8474cf482
@ -1,5 +1,6 @@
|
|||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
BUILD_IMAGE_LINUX_AMD64: $CI_REGISTRY/veilid/ci-cd/veilid-build-linux-amd64:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- clippy
|
- clippy
|
||||||
@ -8,7 +9,7 @@ stages:
|
|||||||
############# Clippy Lint
|
############# Clippy Lint
|
||||||
clippy:
|
clippy:
|
||||||
stage: clippy
|
stage: clippy
|
||||||
image: rust:latest
|
image: ${BUILD_IMAGE_LINUX_AMD64}
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
@ -21,7 +22,7 @@ clippy:
|
|||||||
############# Unit Testing
|
############# Unit Testing
|
||||||
test_linux_amd64:
|
test_linux_amd64:
|
||||||
stage: test
|
stage: test
|
||||||
image: rust:latest
|
image: ${BUILD_IMAGE_LINUX_AMD64}
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user