forked from rarias/jungle
Compare commits
2 Commits
enableStri
...
main-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
0a47e17054
|
|||
|
4b4423d3cf
|
@@ -11,10 +11,10 @@ jobs:
|
|||||||
build:all:
|
build:all:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
- uses: https://codeberg.org/LeixB/checkout@v6-gitea
|
||||||
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
|
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
|
||||||
build:cross:
|
build:cross:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
- uses: https://codeberg.org/LeixB/checkout@v6-gitea
|
||||||
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross
|
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ in
|
|||||||
};
|
};
|
||||||
log.LEVEL = "Warn";
|
log.LEVEL = "Warn";
|
||||||
|
|
||||||
|
actions.DEFAULT_ACTIONS_URL = "self";
|
||||||
|
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
FROM = "jungle-robot@bsc.es";
|
FROM = "jungle-robot@bsc.es";
|
||||||
|
|||||||
Reference in New Issue
Block a user