Skip to content

Create github action to build linux binary (#1) #4

Create github action to build linux binary (#1)

Create github action to build linux binary (#1) #4

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