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
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM ekidd/rust-musl-builder
|
||||
|
||||
# We need to add the source code to the image because `rust-musl-builder`
|
||||
# assumes a UID of 1000, but TravisCI has switched to 2000.
|
||||
ADD . ./
|
||||
RUN sudo chown -R rust:rust .
|
||||
|
||||
CMD cargo build --release
|
||||
Loading…
Add table
Add a link
Reference in a new issue