.forgejo workflow: + nix build for xo-indentlog
All checks were successful
CI / smoke-test (push) Successful in 2m13s
All checks were successful
CI / smoke-test (push) Successful in 2m13s
This commit is contained in:
parent
f3f5ab4267
commit
717d2fab84
1 changed files with 5 additions and 1 deletions
|
|
@ -40,8 +40,12 @@ jobs:
|
|||
# 2. could clone from /var/lib/forgejo/gitea-repositories/roland/xo-umbrella2.git
|
||||
# 3. instead rely on $GITHUB_SERVER_URL
|
||||
|
||||
git clone --depth=1 $GITHUB_SERVER_URL/roland/xo-umbrella2.git .
|
||||
git clone --quiet --depth=1 $GITHUB_SERVER_URL/roland/xo-umbrella2.git .
|
||||
|
||||
- name: build xo-cmake
|
||||
run:
|
||||
nix-build ci.nix -A xo-cmake
|
||||
|
||||
- name: build xo-indentlog
|
||||
run:
|
||||
nix-build ci.nix -A xo-indentlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue