From f2fdc9043ab390e4ba6538d90f01bfae9fa468b1 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 22 Nov 2021 15:49:08 +0100 Subject: [PATCH] .github: restore Build step and drop pwd debug Signed-off-by: Joachim Wiberg --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d15f4b..c785bd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: sudo apt-get -y update sudo apt-get -y install tree tshark - uses: actions/checkout@v2 - - name: Configure & Build + - name: Configure run: | set -x ./autogen.sh @@ -37,11 +37,13 @@ jobs: cd build/dir ../../configure --prefix= --with-systemd=/tmp/lib/systemd/system chmod -R a+w . + - name: Build + run: | + cd build/dir make - name: Install Check run: | cd build/dir - pwd DESTDIR=/tmp make V=1 install-strip tree /tmp ldd /tmp/sbin/syslogd @@ -49,8 +51,6 @@ jobs: /tmp/sbin/syslogd -? - name: Build Example run: | - cd build/dir - pwd mkdir -p /tmp/example cp -a example/example.* /tmp/example/ pushd /tmp/example/