From d7dcda75b9960415a0ece24d3025d39c45c39cce Mon Sep 17 00:00:00 2001 From: FPK Date: Thu, 26 Aug 2021 16:03:26 +0000 Subject: [PATCH] + do fullcycle (cherry picked from commit 98574a88a3546b679b5a83afaff710b6123a759a) --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bff62d20d..4990a60531 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,12 +5,15 @@ image: registry.gitlab.com/freepascal.org/fpc/source:buster_fpcbuild -stages: # List of stages for jobs, and their order of execution +stages: - buildandtest -build-and-test-job: # This job runs in the build stage, which runs first. +build-and-test-job: stage: buildandtest script: + - cd compiler + - make fullcycle + - cd .. - make -j 4 all OS_TARGET=linux CPU_TARGET=x86_64 FPMAKEOPT="-T 4" - FPC_SRC=$(pwd) - FPC_COMPILER=$FPC_SRC/compiler/ppcx64