This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
Fix drone pipeline
0.6r10^2
pberr
4 years ago
parent
d8465168c5
commit
cf4cd8de76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.drone.yml
+ 1
- 1
.drone.yml
View File
@ -9,7 +9,7 @@ steps:
-
name
:
debhost
path
:
/debian
commands:
-
apt-get update && apt-get install -y dpkg-dev
-
apt-get update && apt-get install -y dpkg-dev
debhelper
-
dpkg-buildpackage -us -uc
-
cp ../lch_0.6.10.deb .
-
dpkg -i lch_0.6.10.deb
Write
Preview
Loading…
Cancel
Save