mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
added release build
This commit is contained in:
parent
9cf91c3e78
commit
844c01ae5f
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -66,6 +66,14 @@ endif
|
|||
cp $(PROG)-linux-$(ARCH) DIST/opt/ecix/birdwatcher/bin/.
|
||||
|
||||
|
||||
release: linux
|
||||
|
||||
mkdir -p ../birdseye-static/birdwatcher-builds/$(APP_VERSION)/
|
||||
cp birdwatcher-linux-amd64 ../birdseye-static/birdwatcher-builds/$(APP_VERSION)/
|
||||
rm -f ../birdseye-static/birdwatcher-builds/latest
|
||||
cd ../birdseye-static/birdwatcher-builds && ln -s $(APP_VERSION) latest
|
||||
|
||||
|
||||
rpm: dist
|
||||
|
||||
# Clear tmp failed build (if any)
|
||||
|
|
Loading…
Add table
Reference in a new issue