Skip to content

Commit

Permalink
Update CI build script (#435)
Browse files Browse the repository at this point in the history
Former-commit-id: b4e6e7c
  • Loading branch information
tkashkin committed Nov 8, 2020
1 parent 2b9995c commit 93820c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Source: com.github.tkashkin.gamehub
Section: x11
Priority: optional
Maintainer: tkashkin <[email protected]>
Build-Depends: meson (>= 0.40),
valac (>= 0.16),
debhelper (>= 9),
Build-Depends: meson,
valac,
debhelper,
libgtk-3-dev,
libglib2.0-dev,
libwebkit2gtk-4.0-dev,
Expand All @@ -14,7 +14,9 @@ Build-Depends: meson (>= 0.40),
libsqlite3-dev,
libxml2-dev,
libpolkit-gobject-1-dev,
libx11-dev, libmanette-0.2-dev, libxtst-dev
libx11-dev,
libmanette-0.2-dev,
libxtst-dev
Standards-Version: 4.1.4

Package: com.github.tkashkin.gamehub
Expand Down
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export CFLAGS="$CFLAGS -O0"
export DEB_BUILD_OPTIONS="noopt nostrip nocheck"

if [[ "$APPVEYOR_BUILD_WORKER_IMAGE" = "Ubuntu2004" ]]; then
_DEB_TARGET_DISTRO_NAMES=("bionic" "focal" "groovy" "hirsute")
_DEB_TARGET_DISTRO_VERSIONS=("18.04" "20.04" "20.10" "21.04")
_DEB_TARGET_DISTRO_NAMES=("focal" "bionic" "groovy" "hirsute")
_DEB_TARGET_DISTRO_VERSIONS=("20.04" "18.04" "20.10" "21.04")
_BUILD_IMAGE="focal"
else
source "/etc/os-release"
Expand Down Expand Up @@ -94,7 +94,7 @@ deps()
sudo DEBIAN_FRONTEND="noninteractive" add-apt-repository ppa:vala-team/next -y
sudo DEBIAN_FRONTEND="noninteractive" add-apt-repository ppa:savoury1/build-tools -y
sudo DEBIAN_FRONTEND="noninteractive" apt update -qq
sudo DEBIAN_FRONTEND="noninteractive" apt install -y meson valac checkinstall build-essential dput fakeroot moreutils git-buildpackage libgtk-3-dev libglib2.0-dev libwebkit2gtk-4.0-dev libjson-glib-dev libgee-0.8-dev libsoup2.4-dev libsqlite3-dev libxml2-dev libpolkit-gobject-1-dev libmanette-0.2-dev libxtst-dev libx11-dev
sudo DEBIAN_FRONTEND="noninteractive" apt install -y meson valac checkinstall build-essential debhelper dput fakeroot moreutils git-buildpackage libgtk-3-dev libglib2.0-dev libwebkit2gtk-4.0-dev libjson-glib-dev libgee-0.8-dev libsoup2.4-dev libsqlite3-dev libxml2-dev libpolkit-gobject-1-dev libmanette-0.2-dev libxtst-dev libx11-dev
}

gen_changelogs()
Expand Down

0 comments on commit 93820c2

Please sign in to comment.