From 7676949e2eeb08bf7928da44b01829dae17500ae Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Wed, 17 Aug 2022 01:32:57 +0300 Subject: [PATCH] CI: automatically build x86_64-qt5-oldstable and i386-win32-stable in order to test oldstable 64-bit FPC --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4ef5a01cf..5bdf653e34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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