feat(ci): try install deb in ubuntu ci

This commit is contained in:
Percy Hong
2020-11-17 19:32:53 +08:00
committed by Gary Wang
parent 5080a499ea
commit 338aa646b9
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@ jobs:
cmake ../
make
cpack -G DEB
- name: Try install it
run: |
cd build
sudo apt install ./*.deb
- uses: actions/upload-artifact@v2
with:
name: ubuntu-20.04-deb-package