Merge pull request #225 from ilya-fedin/fix-appimage-action
Fix appimage action
This commit is contained in:
commit
d43266d829
1 changed files with 1 additions and 4 deletions
5
.github/workflows/appimage.yml
vendored
5
.github/workflows/appimage.yml
vendored
|
|
@ -444,7 +444,7 @@ jobs:
|
||||||
git apply ../patches/glibmm.patch
|
git apply ../patches/glibmm.patch
|
||||||
export ACLOCAL_PATH="/usr/local/share/aclocal"
|
export ACLOCAL_PATH="/usr/local/share/aclocal"
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
./configure --enable-maintainer-mode --disable-documentation
|
CXXFLAGS="-g -O2 -std=c++14" ./configure --enable-maintainer-mode --disable-documentation
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|
@ -606,9 +606,6 @@ jobs:
|
||||||
if [ -n "${{ matrix.defines }}" ]; then
|
if [ -n "${{ matrix.defines }}" ]; then
|
||||||
DEFINE="-D ${{ matrix.defines }}=ON"
|
DEFINE="-D ${{ matrix.defines }}=ON"
|
||||||
if [ "${{ matrix.defines }}" = "DESKTOP_APP_DISABLE_DBUS_INTEGRATION" ]; then
|
if [ "${{ matrix.defines }}" = "DESKTOP_APP_DISABLE_DBUS_INTEGRATION" ]; then
|
||||||
DEFINE="$DEFINE -D DESKTOP_APP_DISABLE_GTK_INTEGRATION=ON -D DESKTOP_APP_DISABLE_WEBKITGTK=ON"
|
|
||||||
fi
|
|
||||||
if [ "${{ matrix.defines }}" = "DESKTOP_APP_DISABLE_GTK_INTEGRATION" ]; then
|
|
||||||
DEFINE="$DEFINE -D DESKTOP_APP_DISABLE_WEBKITGTK=ON"
|
DEFINE="$DEFINE -D DESKTOP_APP_DISABLE_WEBKITGTK=ON"
|
||||||
fi
|
fi
|
||||||
echo Define from matrix: $DEFINE
|
echo Define from matrix: $DEFINE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue