fpc/.gitlab-ci.yml
Joost van der Sluis 18c0b53291 * Fixed typo
2021-08-14 15:48:24 +02:00

17 lines
389 B
YAML

image: quay.io/loesje/gitlab-ci-fpc-buildimage
stages:
- testbuild
build:
stage: testbuild
script:
- make all
- cd tests
- make full TEST_FPC=$(pwd)/../compiler/ppcx64
- make digest TEST_FPC=$(pwd)/../compiler/ppcx64 > digest.txt
artifacts:
name: "TestResults-$CI_COMMIT_REF_NAME"
paths:
- tests/digest.txt
- tests/output/x86_64-linux/faillist