This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/.forgejo/workflows/build.yaml
Andrea Ciceri 4b2fd6a3ac
All checks were successful
/ test (push) Successful in 13s
Various fixes
2024-03-09 17:42:20 +01:00

26 lines
996 B
YAML

on: [push]
jobs:
test:
runs-on: nix
steps:
# - uses: actions/checkout@v4
# - run: git switch -c flake-bump-inputs
# - run: |
# git config --global user.email "sevenofnine+andrea.ciceri@autistici.org"
# git config --global user.name "Seven of Nine"
# - run: nix flake update --commit-lock-file
# - run: git push origin --force flake-bump-inputs
# - run: tea logins add --token ${{secrets.SEVENOFNINE_TOKEN}} --url https://git.aciceri.dev
# - run: tea logins default git.aciceri.dev
# - run: |
# tea pulls create \
# --repo "aciceri/emacs" \
# --title "Update flake's lockfile" \
# --description "```#Hello\n $(git show -s --format %s)```" \
# --labels automated,flake-bump-inputs \
# --assignees aciceri
# - run: nix-fast-build --no-nom
- run: nix show-config
- run: cat /etc/nix/nix.conf
- run: cat /etc/nix/access-tokens