Skip to content

Create c-cpp.yml to build linux binary #3

Create c-cpp.yml to build linux binary

Create c-cpp.yml to build linux binary #3

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make CFLAGS="-O2 -DNDEBUG" -j $(nproc)
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: save_edna
path: save_edna
retention-days: 5