Compare commits
38
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f947df6711 | ||
|
|
7aa6e02b9e | ||
|
|
01d88bb30d | ||
|
|
7e0826c496 | ||
|
|
06c20588f2 | ||
|
|
4b4573ee1d | ||
|
|
071a15ca51 | ||
|
|
f811a519b5 | ||
|
|
fa42052a6a | ||
|
|
ea3b77619a | ||
|
|
cf225f6bc5 | ||
|
|
2776144f04 | ||
|
|
71163b9bb5 | ||
|
|
7d12f7d90e | ||
|
|
d5ccadb326 | ||
|
|
ee86f0d643 | ||
|
|
e67f62e5b0 | ||
|
|
b765f71b55 | ||
|
|
47b201fd03 | ||
|
|
8ec78c040a | ||
|
|
d15f9988c2 | ||
|
|
b3ca176ee2 | ||
|
|
efd4c4cdbc | ||
|
|
f6da1187ad | ||
|
|
bd3e6016ed | ||
|
|
02bbe0a8b8 | ||
|
|
dc31f02b30 | ||
|
|
fd8354f398 | ||
|
|
af493a1291 | ||
|
|
955db64027 | ||
|
|
ad8ae8f743 | ||
|
|
a52bc97ed3 | ||
|
|
470dec9183 | ||
|
|
790ce7e01f | ||
|
|
aa8b89fe84 | ||
|
|
638b12c9eb | ||
|
|
9ac8577478 | ||
|
|
b5a5721eed |
@@ -1,11 +0,0 @@
|
||||
name: build
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: build doerg
|
||||
run: nix build -L .#doerg
|
||||
@@ -1,26 +0,0 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: build doerg
|
||||
run: nix build -L .#doerg
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
@@ -15,6 +15,8 @@
|
||||
(:refer-clojure :exclude [read-string]))
|
||||
|
||||
|
||||
(defonce ^:private uniorg-script-path-atom (atom nil))
|
||||
|
||||
(def ^:dynamic *uniorg-timeout-duration*
|
||||
"Number of milliseconds to wait before killing the external Uniorg
|
||||
process."
|
||||
|
||||
Reference in New Issue
Block a user