mirror of
https://github.com/captn3m0/muse-dl.git
synced 2024-09-10 13:46:39 +00:00
[make] Adds tests to Makefile
This commit is contained in:
parent
3e56efed52
commit
c01e071328
5
Makefile
5
Makefile
@ -7,4 +7,7 @@ release:
|
||||
# Then extract the image | extract the layer.tar file (we only have one layer) | extract the muse-dl-static file
|
||||
docker image save muse-dl-static | tar xf - --wildcards "*/layer.tar" -O | tar xf - "muse-dl-static"
|
||||
# And move it to the bin/ directory
|
||||
mv -f muse-dl-static bin/
|
||||
mv -f muse-dl-static bin/
|
||||
|
||||
test:
|
||||
crystal spec
|
||||
|
Loading…
Reference in New Issue
Block a user