chore: minor github actions updates
Diff
.travis.yml | 35 -----------------------------------
Makefile | 5 +++++
README.md | 2 +-
3 files changed, 6 insertions(+), 36 deletions(-)
@@ -1,35 +0,0 @@
language: rust
sudo: required
dist: trusty
notifications:
email: false
addons:
apt:
packages:
- libssl-dev
env:
- PATH=$HOME/.cargo/bin:$PATH
script:
- cargo test -j2 --all
matrix:
fast_finish: true
include:
- rust: stable
- rust: stable
env:
- SHARD=rustfmt
before_script:
- rustup component add --toolchain stable rustfmt-preview
script:
- echo "Checking project codebase with rustfmt release `cargo fmt --version`."
- cargo fmt --all -- --check
- rust: stable
env:
- SHARD=clippy
before_script:
- rustup component add --toolchain stable clippy
script:
- echo "Checking project codebase with Clippy release `cargo clippy --version`."
- cargo clippy --all --profile test
@@ -34,6 +34,11 @@ dev:
@cargo make --makefile Makefile.toml watch
.PHONY: dev
lint:
@rustc -vV
@cargo clippy --all-features -- -D warnings
.PHONY: lint
build:
@rustc -vV
@cargo build --release --target $(PKG_TARGET)
@@ -1,4 +1,4 @@
# Static Web Server [](https://github.com/joseluisq/static-web-server/actions?query=workflow%3ACI) [](https://hub.docker.com/r/joseluisq/static-web-server/) [](https://hub.docker.com/r/joseluisq/static-web-server/tags) [](https://hub.docker.com/r/joseluisq/static-web-server/)
# Static Web Server [](https://github.com/joseluisq/static-web-server/actions?query=workflow%3ACI) [](https://hub.docker.com/r/joseluisq/static-web-server/) [](https://hub.docker.com/r/joseluisq/static-web-server/tags) [](https://hub.docker.com/r/joseluisq/static-web-server/)
*This the stable `v1`. For the `v2` upcoming refer to [master](https://github.com/joseluisq/static-web-server) branch.*