From 2e4f9543e6c514139c3a499fdcd38a78cded5764 Mon Sep 17 00:00:00 2001 From: supurloop Date: Wed, 5 Aug 2026 15:06:46 -0400 Subject: [PATCH] Update CI workflow to use build script and ssf --- .github/workflows/c-cpp.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..79f998c --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,19 @@ +name: C/C++ CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: build + run: ./build-linux.sh + - name: ssf + run: ./ssf