mirror of https://github.com/0intro/libelf
20 lines
247 B
YAML
20 lines
247 B
YAML
|
name: C
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches: [ main ]
|
||
|
pull_request:
|
||
|
branches: [ main ]
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
- name: make nuke
|
||
|
run: make nuke
|
||
|
- name: make
|
||
|
run: make
|