Skip to content

Commit

Permalink
[Cirrus CI] Tweak FreeBSD install_script
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Mar 27, 2020
1 parent 4a94047 commit c43feb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ freebsd_build_task:
# cpu: 4
# memory: 8G

install_script: pkg install -y git cmake ninja p7zip gettext qt5-core qt5-qmake qt5-buildtools qt5-widgets qt5-script png sdl2 openal-soft physfs libvorbis libtheora glew freetype2 harfbuzz rubygem-asciidoctor
install_script:
- pkg update -f
- pkg clean -a
- pkg install -y git cmake ninja p7zip gettext qt5-core qt5-qmake qt5-buildtools qt5-widgets qt5-script png sdl2 openal-soft physfs libvorbis libtheora glew freetype2 harfbuzz curl rubygem-asciidoctor

init_git_submodules_script: git submodule update --init --recursive

Expand Down

0 comments on commit c43feb1

Please sign in to comment.