diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-11-28 11:15:48 -0600 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-11-28 11:15:48 -0600 |
commit | 1ab57c9cd40b63f22f1a977c304221a638b06164 (patch) | |
tree | fc0189c48d0fbb026294bbc9db576f9c98f3c069 /Makefile | |
parent | 2e9975568f7b4ffcc6c0f0b507fb0d0d64350a6a (diff) |
[ci] actually enable snap in make packages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -193,8 +193,7 @@ prepare_done: # packaging action ######################################################################### -packages: package_deb package_osx package_win -# package_snap +packages: package_deb package_snap package_osx package_win package_snap: @make -C build/${PROVIDER} pkg_snap |