mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-22 03:35:09 +03:00
remove github ci
This commit is contained in:
parent
85c0b64382
commit
4d0a07998a
36
.github/workflows/nix-build.yml
vendored
36
.github/workflows/nix-build.yml
vendored
@ -1,36 +0,0 @@
|
||||
name: "Nix Build"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [development, master]
|
||||
jobs:
|
||||
build:
|
||||
name: ${{ matrix.attribute }} / ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
attribute:
|
||||
- .#devShells.x86_64-linux.default
|
||||
- .#packages.x86_64-linux.default
|
||||
- .#checks.x86_64-linux.pre-commit
|
||||
steps:
|
||||
- uses: actions/checkout@v2.5.0
|
||||
- uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: free disk space
|
||||
run: |
|
||||
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]
|
||||
then
|
||||
sudo rm -rf /opt
|
||||
fi
|
||||
- uses: cachix/cachix-action@v11
|
||||
with:
|
||||
name: feedback
|
||||
extraPullNames: validity,safe-coloured-text,sydtest,autodocodec
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- run: nix build "${{matrix.attribute}}"
|
Loading…
Reference in New Issue
Block a user