From 39014df67e1f9f51143af5c1ce4e122444c027c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Lima?= Date: Fri, 29 Sep 2023 11:50:02 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000000000..0bb94c828a780 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ "linux-rolling-stable" ] + pull_request: + branches: [ "linux-rolling-stable" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: make + run: make ARCH=um