Update .gitlab-ci.yml
This commit is contained in:
parent
189d535bc5
commit
1269bcbd80
1 changed files with 1 additions and 1 deletions
|
@ -175,6 +175,6 @@ build:alpine:
|
||||||
sdl2_mixer-dev sdl2_ttf-dev sdl_mixer-dev sqlite-dev unixodbc-dev xdg-utils zlib-dev
|
sdl2_mixer-dev sdl2_ttf-dev sdl_mixer-dev sqlite-dev unixodbc-dev xdg-utils zlib-dev
|
||||||
script:
|
script:
|
||||||
- ./reconf-all
|
- ./reconf-all
|
||||||
- GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-openal --disable-qt4 --disable-sdl --disable-sqlite2 --disable-v4l
|
- GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-openal --disable-qt4 --disable-sdl --disable-sqlite2 --disable-v4l --disable-gtkopengl
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
- make install
|
- make install
|
||||||
|
|
Loading…
Reference in a new issue