mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 17:49:25 +02:00
parent
2f887ff577
commit
d7dcda75b9
@ -5,12 +5,15 @@
|
|||||||
|
|
||||||
image: registry.gitlab.com/freepascal.org/fpc/source:buster_fpcbuild
|
image: registry.gitlab.com/freepascal.org/fpc/source:buster_fpcbuild
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages:
|
||||||
- buildandtest
|
- buildandtest
|
||||||
|
|
||||||
build-and-test-job: # This job runs in the build stage, which runs first.
|
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