Merge branch 'master' of gitlab.com:gambas/gambas
This commit is contained in:
commit
607ea493d4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ build:archlinux:
|
|||
pkg-config poppler-glib postgresql postgresql-libs qt5-svg
|
||||
qt5-webkit qt5-x11extras sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net
|
||||
sdl2_ttf sdl_mixer sdl_ttf smpeg sqlite unixodbc v4l-utils xdg-utils
|
||||
zlib
|
||||
zlib gettext
|
||||
script:
|
||||
- ./reconf-all
|
||||
- GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-sqlite2 --disable-qt4
|
||||
|
@ -30,7 +30,7 @@ build:archlinux-clang:
|
|||
pkg-config poppler-glib postgresql postgresql-libs qt5-svg
|
||||
qt5-webkit qt5-x11extras sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net
|
||||
sdl2_ttf sdl_mixer sdl_ttf smpeg sqlite unixodbc v4l-utils xdg-utils
|
||||
zlib
|
||||
zlib gettext
|
||||
script:
|
||||
- ./reconf-all
|
||||
- GAMBAS_CONFIG_FAILURE=1 ./configure CC=clang CXX=clang++ -C --disable-sqlite2 --disable-qt4
|
||||
|
|
Loading…
Reference in a new issue