basic linux CI.

This commit is contained in:
Jean-François DEL NERO
2023-01-27 10:21:11 +01:00
parent eb875f3cb9
commit 572db81d51
+23
View File
@@ -0,0 +1,23 @@
name: CI
on:
push:
paths:
- '**'
pull_request:
paths:
- '**'
permissions:
contents: read
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build
run: cd build && make -j2