Compare commits
2 Commits
59f214d956
...
5c1f8d3b28
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c1f8d3b28 | |||
| 930dafd314 |
16
.gitea/workflows/ci.yml
Normal file
16
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -y gcc libgomp1
|
||||
|
||||
- name: Build
|
||||
run: make
|
||||
BIN
docs/demo.gif
BIN
docs/demo.gif
Binary file not shown.
|
Before Width: | Height: | Size: 763 KiB After Width: | Height: | Size: 1.4 MiB |
Reference in New Issue
Block a user