From a59747ce4e0379fb696d882aac2869e2c5b026a1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 11 Mar 2024 13:18:44 -0300 Subject: ci: add binary build smoke test --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07803faf..7b722abe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,3 +82,19 @@ jobs: ./makedist dev ./smoke_test.sh luarocks-dev.tar.gz + ############################################################################## + BinaryBuild: + runs-on: "ubuntu-latest" + steps: + - uses: actions/checkout@master + + - uses: leafo/gh-actions-lua@v8.0.0 + with: + luaVersion: "5.4" + + - name: Binary Build Smoke Test + run: | + ./configure + ./makedist dev + ./smoke_test.sh luarocks-dev.tar.gz binary + -- cgit v1.2.3-55-g6feb