mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 12:13:12 +02:00
* factored out the fullcycle job as proposed by Marcus
(cherry picked from commit e9b880c947
)
This commit is contained in:
parent
0a4d6df7b9
commit
4597a05c11
@ -6,14 +6,18 @@
|
|||||||
image: registry.gitlab.com/freepascal.org/fpc/source:buster_fpcbuild
|
image: registry.gitlab.com/freepascal.org/fpc/source:buster_fpcbuild
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- compilercycle
|
||||||
- buildandtest
|
- buildandtest
|
||||||
|
|
||||||
|
compiler-fullcycle-job:
|
||||||
|
stage: compilercycle
|
||||||
|
script:
|
||||||
|
- cd compiler
|
||||||
|
- make fullcycle
|
||||||
|
|
||||||
build-and-test-job:
|
build-and-test-job:
|
||||||
stage: buildandtest
|
stage: buildandtest
|
||||||
script:
|
script:
|
||||||
- cd compiler
|
|
||||||
- make fullcycle
|
|
||||||
- cd ..
|
|
||||||
- make -j 4 all OS_TARGET=linux CPU_TARGET=x86_64 FPMAKEOPT="-T 4"
|
- make -j 4 all OS_TARGET=linux CPU_TARGET=x86_64 FPMAKEOPT="-T 4"
|
||||||
- FPC_SRC=$(pwd)
|
- FPC_SRC=$(pwd)
|
||||||
- FPC_COMPILER=$FPC_SRC/compiler/ppcx64
|
- FPC_COMPILER=$FPC_SRC/compiler/ppcx64
|
||||||
|
Loading…
Reference in New Issue
Block a user