CI: automatically build x86_64-qt5-oldstable and i386-win32-stable in order to test oldstable 64-bit FPC

This commit is contained in:
Maxim Ganetsky 2022-08-17 01:32:57 +03:00
parent 13d8a9cbb2
commit 7676949e2e

View File

@ -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