mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Travis: trying to resolve the issue with failing Linux packaging
This commit is contained in:
parent
d911c40897
commit
0198651ca0
@ -3,7 +3,7 @@ language: cpp
|
|||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $(dirname $(pwd))/package
|
- $(dirname $(pwd))/obs-websocket/build/*.deb
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -19,6 +19,5 @@ checkinstall -y --type=debian --fstrans=no --nodoc \
|
|||||||
--pkgname=obs-websocket --pkgversion="$PKG_VERSION" \
|
--pkgname=obs-websocket --pkgversion="$PKG_VERSION" \
|
||||||
--pkglicense="GPLv2.0" --maintainer="contact@slepin.fr" \
|
--pkglicense="GPLv2.0" --maintainer="contact@slepin.fr" \
|
||||||
--requires="obs-studio,libqt5websockets5" --pkggroup="video" \
|
--requires="obs-studio,libqt5websockets5" --pkggroup="video" \
|
||||||
--pakdir="/root/package"
|
|
||||||
|
|
||||||
ls -lh /root/package
|
ls -lh /root/package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user