Skip to content

gitkeep

gitkeep #111

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ master, hellow ]
pull_request:
branches: [ master, hellow ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sh ./.github/workflows/configure.sh
- name: Build for x86-64
run: make all