parent
5644911cc0
commit
a78e3feaf6
|
@ -17,7 +17,7 @@ build:
|
||||||
name: "$CI_HAWK_TMPARTIFACT_NAME"
|
name: "$CI_HAWK_TMPARTIFACT_NAME"
|
||||||
paths:
|
paths:
|
||||||
- output
|
- output
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
script:
|
script:
|
||||||
- if [ "$CI_COMMIT_REF_SLUG" == "release" ]; then Dist/UpdateVersionInfoForRelease.sh; fi
|
- if [ "$CI_COMMIT_REF_SLUG" == "release" ]; then Dist/UpdateVersionInfoForRelease.sh; fi
|
||||||
- Dist/BuildRelease.sh
|
- Dist/BuildRelease.sh
|
||||||
|
@ -25,7 +25,7 @@ build:
|
||||||
|
|
||||||
build_ext_tools:
|
build_ext_tools:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
rules:
|
rules:
|
||||||
|
@ -36,7 +36,7 @@ build_ext_tools:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
check_style:
|
check_style:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
needs:
|
needs:
|
||||||
- job: build
|
- job: build
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
@ -141,7 +141,7 @@ run_tests:
|
||||||
reports:
|
reports:
|
||||||
junit:
|
junit:
|
||||||
- test_output/*.coverage.xml
|
- test_output/*.coverage.xml
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
needs:
|
needs:
|
||||||
- job: build
|
- job: build
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
|
Loading…
Reference in New Issue