From 4b7e68fb85413dc56e3c2fceceea829b0c158e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sat, 24 May 2025 13:16:35 -0400 Subject: [PATCH] Add GHA build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- scripts/.github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/.github/workflows/ci.yml diff --git a/scripts/.github/workflows/ci.yml b/scripts/.github/workflows/ci.yml new file mode 100644 index 00000000..e0cc2c36 --- /dev/null +++ b/scripts/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: ci + +on: + push: + branches: + - master + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - run: | + cd scripts && ./build-base-dependencies-alpine-image.sh