From 36bd2efdc56877729617ccf5222911484fb86d31 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Nov 2025 01:35:47 +0100 Subject: feat: new README and CI. Signed-off-by: Amlal El Mahrouss --- .github/workflows/system-ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/system-ci.yml (limited to '.github/workflows') diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml new file mode 100644 index 0000000..3027a43 --- /dev/null +++ b/.github/workflows/system-ci.yml @@ -0,0 +1,22 @@ +name: System CI + +on: + push: + branches: [ "stable" ] + pull_request: + branches: [ "stable" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Install Packages + run: sudo apt-get install libboost-all-dev + - name: Build SuperNE + run: | + cd sbin + mkdir build + cd build \ No newline at end of file -- cgit v1.2.3