mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 04:42:11 +02:00
CI: automatically build x86_64-qt5-oldstable and i386-win32-stable in order to test oldstable 64-bit FPC
This commit is contained in:
parent
13d8a9cbb2
commit
7676949e2e
@ -65,7 +65,7 @@ x86_64-qt5-oldstable:
|
||||
policy: pull
|
||||
paths:
|
||||
- $QT5PAS_SRC/
|
||||
when: manual
|
||||
# when: manual
|
||||
|
||||
x86_64-qt5-stable:
|
||||
stage: build
|
||||
@ -79,21 +79,21 @@ x86_64-qt5-stable:
|
||||
policy: pull
|
||||
paths:
|
||||
- $QT5PAS_SRC/
|
||||
# when: manual
|
||||
when: manual
|
||||
|
||||
i386-win32-oldstable:
|
||||
stage: build
|
||||
script:
|
||||
- make lazbuild FPC=/usr/lib/fpc/$FPC_OLDSTABLE_VER/ppcx64
|
||||
- make bigide FPC=/usr/lib/fpc/$FPC_OLDSTABLE_VER/ppcross386 OS_TARGET=win32 CPU_TARGET=i386 LCL_PLATFORM=win32
|
||||
# when: manual
|
||||
when: manual
|
||||
|
||||
i386-win32-stable:
|
||||
stage: build
|
||||
script:
|
||||
- make lazbuild FPC=/usr/lib/fpc/$FPC_STABLE_VER/ppcx64
|
||||
- make bigide FPC=/usr/lib/fpc/$FPC_STABLE_VER/ppcross386 OS_TARGET=win32 CPU_TARGET=i386 LCL_PLATFORM=win32
|
||||
when: manual
|
||||
# when: manual
|
||||
|
||||
x86_64-win64-oldstable:
|
||||
stage: build
|
||||
|
Loading…
Reference in New Issue
Block a user