Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

feat: init ci

feat: init ci #7

name: tests macos
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: mandatory tests
run: cd cub3d; make
shell: bash