mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Use gitlab docker proxy
This commit is contained in:
parent
14d745f2e9
commit
ef53644155
1 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ variables:
|
||||||
|
|
||||||
build-clazy:
|
build-clazy:
|
||||||
stage: build
|
stage: build
|
||||||
image: ubuntu:22.04
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
variables:
|
variables:
|
||||||
CLAZY_CHECKS: level0,level1,no-non-pod-global-static
|
CLAZY_CHECKS: level0,level1,no-non-pod-global-static
|
||||||
|
@ -44,7 +44,7 @@ build-clazy:
|
||||||
|
|
||||||
build-gcc11:
|
build-gcc11:
|
||||||
stage: build
|
stage: build
|
||||||
image: ubuntu:22.04
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
variables:
|
variables:
|
||||||
TRAVIS_OS_NAME: linux
|
TRAVIS_OS_NAME: linux
|
||||||
|
@ -84,7 +84,7 @@ build-gcc11:
|
||||||
|
|
||||||
build-gcc10:
|
build-gcc10:
|
||||||
stage: build
|
stage: build
|
||||||
image: debian:bullseye
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bullseye
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
variables:
|
variables:
|
||||||
TRAVIS_OS_NAME: linux
|
TRAVIS_OS_NAME: linux
|
||||||
|
@ -125,7 +125,7 @@ build-gcc10:
|
||||||
|
|
||||||
build-tw:
|
build-tw:
|
||||||
stage: build
|
stage: build
|
||||||
image: opensuse/tumbleweed
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/opensuse/tumbleweed
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
variables:
|
variables:
|
||||||
TRAVIS_OS_NAME: linux
|
TRAVIS_OS_NAME: linux
|
||||||
|
@ -239,7 +239,7 @@ codesign-macos:
|
||||||
|
|
||||||
build-flatpak:
|
build-flatpak:
|
||||||
stage: build
|
stage: build
|
||||||
image: ubuntu:latest
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:latest
|
||||||
#image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
|
#image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
|
||||||
tags:
|
tags:
|
||||||
- docker-${ARCH}
|
- docker-${ARCH}
|
||||||
|
@ -280,7 +280,7 @@ build-flatpak:
|
||||||
|
|
||||||
appimage-amd64:
|
appimage-amd64:
|
||||||
stage: build
|
stage: build
|
||||||
image: ubuntu:22.04
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -350,7 +350,7 @@ appimage-amd64:
|
||||||
|
|
||||||
linting:
|
linting:
|
||||||
stage: build
|
stage: build
|
||||||
image: alpine:latest
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/alpine:latest
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
before_script:
|
before_script:
|
||||||
- apk update && apk add make git python3 py3-pip
|
- apk update && apk add make git python3 py3-pip
|
||||||
|
@ -365,7 +365,7 @@ linting:
|
||||||
|
|
||||||
github-release:
|
github-release:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: alpine:latest
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/alpine:latest
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
|
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
|
||||||
|
|
Loading…
Reference in a new issue