Skip to content

Commit 92af12d

Browse files
gbalabasquergrandizzy
and
grandizzy
authored
Move to GH Actions (#113)
* Move to GH Actions * Configure cachix Co-authored-by: grandizzy <grandizzy@localhost>
1 parent f1b0643 commit 92af12d

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

.github/workflows/tests.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on: [push, pull_request]
2+
3+
jobs:
4+
tests:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout repository
8+
uses: actions/checkout@v2
9+
10+
- name: Install nix 2.3.6
11+
uses: cachix/install-nix-action@v13
12+
with:
13+
install_url: https://releases.nixos.org/nix/nix-2.3.6/install
14+
nix_path: nixpkgs=channel:nixos-unstable
15+
16+
- name: Use maker cachix
17+
uses: cachix/cachix-action@v10
18+
with:
19+
name: maker
20+
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
21+
22+
- name: Run tests
23+
run: nix-build -j2 | cachix push maker

.travis.yml

-23
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# DSS deployment scripts
2+
![Build Status](https://github.com/makerdao/dss-deploy-scripts/actions/workflows/.github/workflows/tests.yaml/badge.svg?branch=master)
23

34
A set of scripts that deploy [dss](http://github.com/makerdao/dss) to an
45
Ethereum chain of your choosing.

0 commit comments

Comments
 (0)