From: Nick Porter Date: Tue, 31 May 2022 08:06:21 +0000 (+0100) Subject: Use eapol_test-build.sh to build eapol_test on deb CI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3cb5a567c6ac3a0bd0b1b86037966a73ecfa7b5;p=thirdparty%2Ffreeradius-server.git Use eapol_test-build.sh to build eapol_test on deb CI --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 097d85d0ea2..6d103477a5b 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -144,9 +144,7 @@ jobs: - name: Build eapol_test run: | apt-get install -y libnl-3-dev libnl-genl-3-dev - echo "top_srcdir:=$(pwd)" > Make.inc - echo "BUILD_DIR:=build" >> Make.inc - make -j `nproc` eapol_test + scripts/ci/eapol_test-build.sh mv scripts/ci/eapol_test/eapol_test ../debs working-directory: freeradius