mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:29:21 +02:00
* Combine build and test into one stage, because all data is list between stages
This commit is contained in:
parent
67b3af046b
commit
9a60a27524
@ -1,21 +1,17 @@
|
|||||||
image: quay.io/loesje/gitlab-ci-fpc-buildimage
|
image: quay.io/loesje/gitlab-ci-fpc-buildimage
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- testbuild
|
||||||
- test
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: testbuild
|
||||||
script:
|
script:
|
||||||
- make all
|
- make all
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- cd tests
|
- cd tests
|
||||||
- make full TEST_FPC=../compiler/ppcx64
|
- make full TEST_FPC=../compiler/ppcx64
|
||||||
- make digest TEST_FPC=../compiler/ppcx64 > digest.txt
|
- make digest TEST_FPC=../compiler/ppcx64 > digest.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
|
name: "TestResults-$CI_COMMMIT_REF_NAME"
|
||||||
paths:
|
paths:
|
||||||
- tests/digest.txt
|
- tests/digest.txt
|
||||||
- tests/output/x86_64-linux/faillist
|
- tests/output/x86_64-linux/faillist
|
Loading…
Reference in New Issue
Block a user