diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-26 19:08:00 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-26 19:08:00 +0200 |
commit | 155a9e828defcf350af8df1f79694b01daf6ab5d (patch) | |
tree | e8a6540d7d3bd657a34513c81796b2a6f325acf0 /Makefile | |
parent | Add date separator in the timeline (diff) | |
download | nheko-155a9e828defcf350af8df1f79694b01daf6ab5d.tar.xz |
Add deb and rpm packages on releases
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
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 |