forked from rarias/jungle
Compare commits
4 Commits
fix-232
...
test-hello
| Author | SHA1 | Date | |
|---|---|---|---|
|
d9c49cd5c9
|
|||
|
d6d8976b7e
|
|||
|
0a47e17054
|
|||
|
4b4423d3cf
|
@@ -11,10 +11,10 @@ jobs:
|
||||
build:all:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||
- uses: https://jungle.bsc.es/git/actions/checkout@v6-gitea
|
||||
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
|
||||
build:cross:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||
- uses: https://jungle.bsc.es/git/actions/checkout@v6-gitea
|
||||
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
description = "hello";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
};
|
||||
|
||||
@@ -21,6 +21,8 @@ in
|
||||
};
|
||||
log.LEVEL = "Warn";
|
||||
|
||||
actions.DEFAULT_ACTIONS_URL = "self";
|
||||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
FROM = "jungle-robot@bsc.es";
|
||||
|
||||
Reference in New Issue
Block a user