From 17340decfd88ea67ac8a0474e5338ee5e3cbab72 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:43:11 -0500 Subject: [PATCH 1/2] Delete Jenkinsfile --- Jenkinsfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index f7920b38..00000000 --- a/Jenkinsfile +++ /dev/null @@ -1,11 +0,0 @@ -pipeline { - agent any - stages { - stage ('Build') { - steps { - // https://github.com/srid/nixci - nixCI () - } - } - } -} From 6218e5ae11f81b51daa5528c00802de5919bbf46 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:44:14 -0500 Subject: [PATCH 2/2] Create ci.yaml --- .github/workflows/ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 00000000..9900fd4e --- /dev/null +++ b/.github/workflows/ci.yaml @@ -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