From 3f2c3987fa87a89794e93d3bfccc1819307ad79c Mon Sep 17 00:00:00 2001 From: Dmitry Perchanov Date: Sun, 10 Dec 2023 10:32:44 +0200 Subject: [PATCH] GA build jp5.0.2 on u20.04 Signed-off-by: Dmitry Perchanov --- .github/workflows/build-jp5.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/build-jp5.yml diff --git a/.github/workflows/build-jp5.yml b/.github/workflows/build-jp5.yml new file mode 100644 index 0000000..065244d --- /dev/null +++ b/.github/workflows/build-jp5.yml @@ -0,0 +1,21 @@ +name: C/C++ CI + +on: + push: + branches: [ "dev" ] + pull_request: + branches: [ "dev" ] + +jobs: + build: + + runs-on: ubuntu-20.04 + + steps: + - uses: actions/checkout@v3 + - name: setup workspace + run: ./setup_workspace.sh 5.0.2 + - name: apply patches + run: ./apply_patches.sh apply 5.0.2 + - name: build + run: ./build_all.sh 5.0.2