hping3/.github/workflows/c-cpp.yml
forever 484988d50d
All checks were successful
Build Test / build (push) Successful in 17s
更新 .github/workflows/c-cpp.yml
2024-07-07 17:24:36 +08:00

24 lines
357 B
YAML

name: Build Test
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
echo "Set permission Done!"
- name: configure
run: ./configure
- name: make
run: make