Merge branch 'master' of gitlab.com:gambas/gambas

This commit is contained in:
gambas 2021-05-01 00:31:07 +02:00
commit defee2d9c1

View file

@ -195,7 +195,7 @@ build:ubuntu-trusty:
script: script:
- ./reconf-all - ./reconf-all
- GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-qt5 --disable-gtk3webview --disable-zstd - GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-qt5 --disable-gtk3webview --disable-gtk3opengl --disable-zstd
- make -j$(nproc) - make -j$(nproc)
- make install - make install