summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-20 08:43:17 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-20 08:43:17 -0800
commit40f667a86d6f6a9c535675bdfaa42216c0476ea9 (patch)
tree92644aec624e9e84476f3e9cfcf45fe19e0cb4e3
parent42f0a012206cd66efc72f6c034afa3f896ddcd0d (diff)
#48 add debian install to readme, update gha for pull_request, update gitignore
-rw-r--r--.github/workflows/ci.yml5
-rw-r--r--.gitignore3
-rw-r--r--README.md7
3 files changed, 14 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e4cd193..1786daf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,10 @@
name: CI
on:
pull_request:
+ branches:
+ - develop
+ - main
+ - master
push:
branches:
- develop
@@ -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
diff --git a/.gitignore b/.gitignore
index e87a0b4..91a6361 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,5 @@
# ci code coverage
tarpaulin-report.html
-cobertura.xml \ No newline at end of file
+cobertura.xml
+trend.svg \ No newline at end of file
diff --git a/README.md b/README.md
index a39f6c8..d6dfbb5 100644
--- a/README.md
+++ b/README.md
@@ -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`