summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-26 19:08:00 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-26 19:08:00 +0200
commit155a9e828defcf350af8df1f79694b01daf6ab5d (patch)
treee8a6540d7d3bd657a34513c81796b2a6f325acf0 /Makefile
parentAdd date separator in the timeline (diff)
downloadnheko-155a9e828defcf350af8df1f79694b01daf6ab5d.tar.xz
Add deb and rpm packages on releases
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2467189f..424f39ac 100644
--- a/Makefile
+++ b/Makefile
@@ -41,5 +41,14 @@ docker-app-image: image
 		--privileged \
 		-v `pwd`:/build nheko-app-image make linux-appimage
 
+docker-packages: image
+	docker run \
+		-e CXX=g++-7 \
+		-e CC=gcc-7 \
+		-v `pwd`:/build nheko-app-image make release
+	docker run \
+		--privileged \
+		-v `pwd`:/build nheko-app-image ./.ci/linux/create-packages.sh
+
 clean:
 	rm -rf build