Skip to content

Create makefile.yml: add github CI #3

Create makefile.yml: add github CI

Create makefile.yml: add github CI #3

Workflow file for this run

name: Compile net-tools
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: yes "" | make config
- name: compile
run: make all