Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Oct 15, 2021
1 parent ee54869 commit bf40c10
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on: [push]

name: CI

jobs:
build_and_test:
name: Pullomatic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v2
with:
name: pullomatic
path: target/release/pullomatic

25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

0 comments on commit bf40c10

Please sign in to comment.