From 460ca4b5a7690ef46ce64688f277e8c8c68ee49c Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Thu, 1 Feb 2024 20:49:39 -0500 Subject: [PATCH] Switching from jenkins. --- .gitea/workflows/build.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..40fd091 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,11 @@ +--- +name: MoreThanText build +run-name: ${{ gitea.actor }} runner +on: push + +jobs: + Build-MoreThanText: + runs-on: ubuntu-latest + steps: + - run: cargo test + - run: cargo build --release