Add Gitea CI workflow
This commit is contained in:
parent
bf3165af8b
commit
8dc9e01dd6
39
.gitea/workflows/ci.yaml
Normal file
39
.gitea/workflows/ci.yaml
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push,pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:local:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
|
- run: nix build -L --no-link .#ovniPackages.local
|
||||||
|
|
||||||
|
build:rt:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
|
- run: nix build -L --no-link .#ovniPackages.rt
|
||||||
|
|
||||||
|
build:debug:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
|
- run: nix build -L --no-link .#ovniPackages.debug
|
||||||
|
|
||||||
|
build:asan:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
|
- run: nix build -L --no-link .#ovniPackages.asan
|
||||||
|
|
||||||
|
build:nompi:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
|
- run: nix build -L --no-link .#ovniPackages.nompi
|
||||||
|
|
||||||
|
build:compilers:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
|
- run: nix build -L --no-link .#ovniPackages.compilers
|
Loading…
Reference in New Issue
Block a user