Skip to content

Commit

Permalink
#48 add debian install to readme, update gha for pull_request, update…
Browse files Browse the repository at this point in the history
… gitignore
  • Loading branch information
sitkevij committed Nov 20, 2020
1 parent 42f0a01 commit 40f667a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI
on:
pull_request:
branches:
- develop
- main
- master
push:
branches:
- develop
Expand Down Expand Up @@ -40,6 +44,7 @@ jobs:
# - run: cargo test --verbose --all -- --nocapture
# - run: cargo test --verbose --workspace --all-features
# - run: cargo test --verbose --workspace --no-default-features
# see https://github.com/actions/upload-release-asset

clippy:
name: Lint with clippy
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@

# ci code coverage
tarpaulin-report.html
cobertura.xml
cobertura.xml
trend.svg
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ Which will compile the release version, run tests and install release binary to

If `<USERDIR>/.cargo/bin` is part of the `PATH` environment variable, `hx` should be able to be executed anywhere in the shell.

### debian

```
curl -sLO https://github.com/sitkevij/hex/releases/download/v0.3.2/hx_0.3.2_amd64.deb && dpkg -i hx_0.3.2_amd64.deb
```

## features

### output arrays in `rust`, `c`, `golang`, `python`, `kotlin`, or `java`
Expand Down

0 comments on commit 40f667a

Please sign in to comment.