.forgejo workflow: + xo-ratio + xo-unit + xo-pyunit
Some checks failed
CI / smoke-test (push) Failing after 5m58s
Some checks failed
CI / smoke-test (push) Failing after 5m58s
This commit is contained in:
parent
ee7b91f77f
commit
dad80700fb
1 changed files with 18 additions and 0 deletions
|
|
@ -203,3 +203,21 @@ jobs:
|
|||
echo -n nix-build ci.nix -A xo-alloc
|
||||
nix-build ci.nix -A xo-alloc
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-ratio
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-ratio
|
||||
nix-build ci.nix -A xo-ratio
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-unit
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-unit
|
||||
nix-build ci.nix -A xo-unit
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-pyunit
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-pyunit
|
||||
nix-build ci.nix -A xo-pyunit
|
||||
ls -l ./result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue