.forgejo workflow: + xo-numeric [CI]
All checks were successful
CI / smoke-test (push) Successful in 1m57s
All checks were successful
CI / smoke-test (push) Successful in 1m57s
This commit is contained in:
parent
b29e3a8dd0
commit
bdb64f5db4
1 changed files with 9 additions and 1 deletions
|
|
@ -55,8 +55,10 @@ jobs:
|
|||
nix-build ci.nix -A xo-subsys
|
||||
|
||||
- name: build xo-flatstring
|
||||
run:
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-flatstring
|
||||
nix-build ci.nix -A xo-flatstring
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-randomgen
|
||||
run: |
|
||||
|
|
@ -153,3 +155,9 @@ jobs:
|
|||
echo -n nix-build ci.nix -A xo-procedure2
|
||||
nix-build ci.nix -A xo-procedure2
|
||||
ls -l ./result
|
||||
|
||||
- name: build xo-numeric
|
||||
run: |
|
||||
echo -n nix-build ci.nix -A xo-numeric
|
||||
nix-build ci.nix -A xo-numeric
|
||||
ls -l ./result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue