mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +02:00
CI: call qmake6 when compiling Qt6 bindings
This commit is contained in:
parent
d0e32a33bc
commit
8b24fca8a9
@ -80,8 +80,8 @@ update-qt6pas-bindings: # build and cache Qt6 Pascal bindings
|
||||
stage: prepcaches
|
||||
script:
|
||||
- cd $QT6PAS_SRC
|
||||
- qmake -query
|
||||
- qmake
|
||||
- qmake6 -query
|
||||
- qmake6
|
||||
- make
|
||||
cache:
|
||||
key: qt6pas-cache-$CI_COMMIT_REF_SLUG
|
||||
|
Loading…
Reference in New Issue
Block a user