From 706dfc3b9fc2aef2427fda5e40c2d5dae9e894b1 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 20 Jan 2025 17:30:19 -0600 Subject: start migration to zig --- .github/workflows/c-cpp.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/c-cpp.yml (limited to '.github/workflows/c-cpp.yml') diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index 3342e3d..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: C/C++ CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: autoreconf - run: autoreconf --install - - name: configure - run: ./configure - - name: make - run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck -- cgit v1.2.3