diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000000000000000000000000000000000000..195fd8ce82016d6b93cc274fda721cf58646b723
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,37 @@
+name: "Build and populate cache"
+on:
+jobs:
matrix:
nurRepo:
- sikmir
cachixName:
- sikmir
nixPath:
- nixpkgs=channel:nixos-unstable
- nixpkgs=channel:nixpkgs-unstable
- nixpkgs=channel:nixos-20.09
uses: actions/checkout@v2.3.2
uses: cachix/install-nix-action@v10
with:
nix_path: "${{ matrix.nixPath }}"
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
uses: cachix/cachix-action@v6
with:
name: ${{ matrix.cachixName }}
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
run: nix run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 892d820414f9e67d7a24f501273e55dff82e029b..0000000000000000000000000000000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,54 +0,0 @@
-language: nix
-nix: 2.3.7
-env:
-jobs:
os: linux
os: linux
os: linux
os: osx
os: osx
-cache:
-before_cache:
-before_install:
-install:
-script:
-after_success:
application/octet-stream
This content has been proxied by September (3851b).