Skip to content

Commit

Permalink
[skip travis] Add Appveyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar authored and jtojnar committed Feb 3, 2024
1 parent 77ce40f commit 41212f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ pacman --noconfirm -S --needed \
base-devel \
${PKG_PREFIX}-json-c \
${PKG_PREFIX}-glib2 \
${PKG_PREFIX}-gobject-introspection
${PKG_PREFIX}-gobject-introspection \
${PKG_PREFIX}-meson \
git


# Add m4 directories to the ACLOCAL_PATH
Expand All @@ -30,6 +32,12 @@ done
export ACLOCAL_PATH
export PWD="$APPVEYOR_BULD_FOLDER"

# Meson build, we need a way to parallel this with Autotools
meson setup _build --buildtype=release -Dgegl=false -Ddocs=false
meson dist -C _build
popd
rm -rf _build

./autogen.sh
./configure
make distcheck

0 comments on commit 41212f1

Please sign in to comment.