mirror of
https://github.com/rclone/rclone
synced 2025-04-04 22:25:31 +02:00
make beta to compile and upload a beta release
This commit is contained in:
parent
5bb76cc35c
commit
dcd6bedc27
5
Makefile
5
Makefile
@ -53,6 +53,11 @@ upload:
|
|||||||
cross: doc
|
cross: doc
|
||||||
./cross-compile $(TAG)
|
./cross-compile $(TAG)
|
||||||
|
|
||||||
|
beta: doc
|
||||||
|
./cross-compile $(TAG)β
|
||||||
|
rm build/*-current-*
|
||||||
|
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
cd docs && hugo server -v -w
|
cd docs && hugo server -v -w
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user