Update .gitlab-ci.yml file

This commit is contained in:
Benoît Minisini 2021-04-30 20:17:04 +00:00
parent e712f103d8
commit d3cbc60404

View file

@ -195,7 +195,7 @@ build:ubuntu-trusty:
script:
- ./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 install