ci: fix systemd suspend-resume enabling in default test

This commit is contained in:
Aleksander Morgado
2022-08-09 09:12:00 +00:00
parent 70c95151d5
commit 71a60c86a2

View File

@@ -272,7 +272,7 @@ build-default:
- ninja -C build install - ninja -C build install
- popd - popd
- NOCONFIGURE=1 ./autogen.sh - NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/usr --enable-gtk-doc --enable-introspection --with-polkit=strict --with-suspend-resume=systemd --with-systemdsystemunitdir=/lib/systemd/system - ./configure --prefix=/usr --enable-gtk-doc --enable-introspection --with-polkit=strict --with-systemd-suspend-resume --with-systemdsystemunitdir=/lib/systemd/system
- make - make
- make check - make check
- make install - make install