Switch to gh selfhosted runner (#44)

* Delete Jenkinsfile

* Create ci.yaml
This commit is contained in:
Sridhar Ratnakumar 2024-02-13 12:46:50 -05:00 committed by GitHub
parent 699d8cb816
commit 3fe1032ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 11 deletions

12
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,12 @@
name: "CI"
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: nixci