Skip to content

Commit

Permalink
ci: replace travis with github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo authored and ksedgwic committed Aug 17, 2023
1 parent a61e593 commit ba03719
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Code Base Sanity Check"
on:
pull_request:
push:

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop --command bash -c "autoreconf -i && ./configure && make -j4 distcheck"
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit ba03719

Please sign in to comment.