Try reformatting these?
This commit is contained in:
parent
63d209b956
commit
c021dd0ccc
1 changed files with 14 additions and 14 deletions
|
@ -19,18 +19,18 @@ matrix:
|
||||||
- 5.036.000
|
- 5.036.000
|
||||||
# TODO upgrade things to latest minor versions and also include 5.38
|
# TODO upgrade things to latest minor versions and also include 5.38
|
||||||
PERL_OPTIONS:
|
PERL_OPTIONS:
|
||||||
- ""
|
- "main"
|
||||||
- "-threaded"
|
- "main-threaded"
|
||||||
- "-longdouble"
|
- "main-longdouble"
|
||||||
- "-quadmath"
|
- "main-quadmath"
|
||||||
- "-debugging"
|
- "main-debugging"
|
||||||
- "-longdouble-threaded"
|
- "main-longdouble-threaded"
|
||||||
- "-quadmath-threaded"
|
- "main-quadmath-threaded"
|
||||||
- "-debugging-threaded"
|
- "main-debugging-threaded"
|
||||||
- "-debugging-longdouble-threaded"
|
- "main-debugging-longdouble-threaded"
|
||||||
- "-debugging-quadmath-threaded"
|
- "main-debugging-quadmath-threaded"
|
||||||
- "-debugging-longdouble"
|
- "main-debugging-longdouble"
|
||||||
- "-debugging-quadmath"
|
- "main-debugging-quadmath"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
fetch:
|
fetch:
|
||||||
|
@ -47,8 +47,8 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
debug: "true"
|
debug: "true"
|
||||||
repo: "gitea.simcop2387.info/simcop2387/perl-container"
|
repo: "gitea.simcop2387.info/simcop2387/perl-container"
|
||||||
dockerfile: "output/perls/${PERL_VERSION}-main${PERL_OPTIONS}-${DEBIAN_VERSION}/Dockerfile"
|
dockerfile: "output/perls/${PERL_VERSION}-${PERL_OPTIONS}-${DEBIAN_VERSION}/Dockerfile"
|
||||||
context: "output/perls/${PERL_VERSION}-main${PERL_OPTIONS}-${DEBIAN_VERSION}"
|
context: "output/perls/${PERL_VERSION}-${PERL_OPTIONS}-${DEBIAN_VERSION}"
|
||||||
auto_tag: "false"
|
auto_tag: "false"
|
||||||
tags:
|
tags:
|
||||||
- "${DEBIAN_VERSION}-${PERL_VERSION}${PERL_OPTIONS}-${CI_PIPELINE_CREATED}"
|
- "${DEBIAN_VERSION}-${PERL_VERSION}${PERL_OPTIONS}-${CI_PIPELINE_CREATED}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue