Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
785d8ea44b | ||
|
|
a5bec11817 | ||
|
|
a54b4dc4c7 | ||
|
|
85d79529bc |
1 changed files with 25 additions and 0 deletions
25
.github/workflows/build.yml
vendored
Normal file
25
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
runs-on: forty-two
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Mandatory
|
||||
run: CC=clang TERM=xterm make
|
||||
- name: Bonus
|
||||
run: CC=clang TERM=xterm make bonus
|
||||
Loading…
Add table
Add a link
Reference in a new issue