.forgejo workflow: + nix xo-stringtable2 CI
All checks were successful
CI / smoke-test (push) Successful in 1m25s
All checks were successful
CI / smoke-test (push) Successful in 1m25s
This commit is contained in:
parent
2e012a18d0
commit
863481785e
1 changed files with 8 additions and 0 deletions
|
|
@ -90,11 +90,19 @@ jobs:
|
|||
run: |
|
||||
echo -n nix-build ci.nix -A xo-refcnt
|
||||
nix-build ci.nix -A xo-refcnt
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-reflect
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-reflect
|
||||
nix-build ci.nix -A xo-reflect
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-stringtable2
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-stringtable2
|
||||
nix-build ci.nix -A xo-stringtable2
|
||||
ls -l ./result
|
||||
|
||||
# - name: build xo-gc
|
||||
# run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue