Skip to content

Commit

Permalink
Add Ubuntu and Debian deps
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Mar 17, 2020
1 parent 9c10c12 commit 90d52fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -31,6 +31,7 @@ requires:
archlinux:
- appstream-glib
- cmake
- dbus-glib
- docbook-utils
- enchant
- git
Expand Down Expand Up @@ -97,6 +98,7 @@ requires:
- uuid-dev
- uuid-runtime
- yelp-tools
- xzip # Needed to build gtkhtml from source

fedora:
- biblesync-devel
Expand Down Expand Up @@ -144,6 +146,7 @@ requires:
- uuid-dev
- uuid-runtime
- yelp-tools
- xzip # Needed to build gtkhtml from source

variables:
- CFLAGS="-Wall -Werror=format-security"
Expand All @@ -156,7 +159,7 @@ before_scripts:
install -m600 /dev/stdin /etc/sudoers.d/70-wheel <<< '%wheel ALL=(ALL) ALL'
install -m600 /dev/stdin /etc/sudoers.d/99-aur_install <<< 'Defaults:aur_install !authenticate'
aur_install() {
[[ -d "$1" ]] || exit 0
[[ -d "$1" ]] && exit 0
su -l aur_install -c "git clone https://aur.archlinux.org/$1.git"
su -l aur_install -c "cd $1 && makepkg --noconfirm -si"
}
Expand Down

0 comments on commit 90d52fd

Please sign in to comment.