1
0
Fork 0
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:
Matthias Hannig 2017-04-11 10:22:06 +02:00
parent 9cf91c3e78
commit 844c01ae5f

View file

@ -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)