FreeBSD CI: update repositories

This commit is contained in:
derselbst 2020-03-05 16:28:54 +01:00
parent ddbd0afcc8
commit 8eb06fdb6c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ task:
image_family: freebsd-13-0-snap
image_family: freebsd-12-0
install_script: pwd && ls -la && pkg install -y cmake glib alsa-lib ladspa portaudio pulseaudio pkgconf sdl2
install_script: pwd && ls -la && pkg update --force && pkg install -y cmake glib alsa-lib ladspa portaudio pulseaudio pkgconf sdl2
compile_script: pwd && ls -la && mkdir $HOME/fluidsynth_install/ && mkdir build && cd build && cmake -Werror=dev -DCMAKE_INSTALL_PREFIX=$HOME/fluidsynth_install -Denable-portaudio=1 -Denable-ladspa=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=0 -DNO_GUI=1 .. && make -j4 && make check && make install