hping3/.github/workflows/c-cpp.yml
2022-06-07 13:11:49 +08:00

22 lines
309 B
YAML

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: chmod
run: chmod 777 configure
- name: configure
run: ./configure
- name: make
run: make