diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-20 17:30:19 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-20 17:30:19 -0600 |
commit | 706dfc3b9fc2aef2427fda5e40c2d5dae9e894b1 (patch) | |
tree | 6ca7ad16acb82344ce80d88dfb948f6dc536032b /.github/workflows/c-cpp.yml | |
parent | 3cd1ec2279e98f9569587b38008ad0011f97e602 (diff) |
start migration to zig
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r-- | .github/workflows/c-cpp.yml | 25 |
1 files changed, 0 insertions, 25 deletions
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 |