summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-03-24 07:40:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-03-24 08:13:59 +1000
commit13df65934cd30a87c80314da3d29a71d08bfc6c6 (patch)
tree811885a18de170f219336d05ac86f1998e769d66
parentad2fb26de6c51fad9be1aef4a9d37427f06eecd6 (diff)
downloadlibwacom-13df65934cd30a87c80314da3d29a71d08bfc6c6.tar.gz
CI: change "autogen" for "autotools" in the human-readable specifier
autogen.sh is the script we use, but the build system is referred to as "autotools". Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d2da83a..4b1d4dc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -183,7 +183,7 @@ jobs:
matrix:
buildtool:
- meson
- - autogen
+ - autotools
env:
TARBALLDIR: '_tarball_dir'
INSTALLDIR: '/tmp/libwacom/_inst'
@@ -215,8 +215,8 @@ jobs:
srcdir: $TARBALLDIR/libwacom-*/
meson_args: --prefix="$INSTALLDIR"
ninja_args: test install
- - name: build from tarball with autogen
- if: matrix.buildtool == 'autogen'
+ - name: build from tarball with autotools
+ if: matrix.buildtool == 'autotools'
run: |
pushd "$TARBALLDIR"/libwacom-*/
./autogen.sh --disable-silent-rules --prefix="$INSTALLDIR"