first run

This commit is contained in:
Your Name 2022-06-20 15:39:40 -04:00
parent f317a47cd8
commit 5d30aad3d7

21
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# run workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make everything
run: make -j8