Update .gitlab-ci.yml file
This commit is contained in:
parent
e712f103d8
commit
d3cbc60404
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue