mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-03 18:24:12 +02:00
add makefile tests and travis config
This commit is contained in:
parent
5d74cb1485
commit
c0337e55d9
6 changed files with 90 additions and 1 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
all: target/x86_64-unknown-linux-musl/release/notify-redis
|
||||
|
||||
target/x86_64-unknown-linux-musl/release/notify-redis: Cargo.toml src/main.rs
|
||||
docker run --rm -it -v "$(CURDIR):/home/rust/src" ekidd/rust-musl-builder cargo build --release
|
||||
|
||||
.PHONY: test
|
||||
|
||||
test: target/x86_64-unknown-linux-musl/release/notify-redis
|
||||
./test.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue