Update .gitlab-ci.yml

This commit is contained in:
JuniorJPDJ 2022-11-18 12:16:49 +00:00
parent bd0423a58c
commit be3192611a
1 changed files with 12 additions and 1 deletions

View File

@ -28,7 +28,18 @@ stages:
- build
- publish
test:
stages: deploy
image: alpine
variables:
TEST: $IMAGE_NAME
IMAGE_NAME: topkek
script:
- echo $TEST
- echo $IMAGE_NAME
build_dep_wheels:
stage: build
parallel:
matrix:
- DOCKER_PLATFORM: [amd64, i386, arm64v8, arm32v7, riscv64]
@ -67,4 +78,4 @@ build_dep_wheels:
- ls -l wheelhome
artifacts:
paths:
- wheelhome
- wheelhome