[CI] Forgejo tests
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Andrea Ciceri 2024-02-11 15:43:45 +01:00
parent af9adc909c
commit d87b30149c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 6 additions and 4 deletions

View file

@ -3,5 +3,5 @@ jobs:
test: test:
runs-on: nix runs-on: nix
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: nix --version - run: nix run github:Mic92/nix-fast-build -- --no-nom

View file

@ -49,10 +49,12 @@
cp $f $out/"libtree-sitter-$(basename $f)" cp $f $out/"libtree-sitter-$(basename $f)"
done done
''; '';
ccrEmacsWithoutPackages = pkgs.emacs-git.override { ccrEmacsWithoutPackages = (pkgs.emacs-git.override {
withSQLite3 = true; withSQLite3 = true;
withWebP = true; withWebP = true;
withPgtk = true; withPgtk = true;
}).overrideAttrs {
name = "test";
}; };
ccrEmacs = ccrEmacs =
(pkgs.emacsPackagesFor config.packages.ccrEmacsWithoutPackages).emacsWithPackages (pkgs.emacsPackagesFor config.packages.ccrEmacsWithoutPackages).emacsWithPackages