mirror of https://github.com/captn3m0/muse-dl
[make] Adds tests to Makefile
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