Browse Source

update drone.yml

tags/v0.0.16^0
Peter Vivell 6 years ago
parent
commit
bf0567919a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

11
   when:
11
   when:
12
     event: [ push, tag ]
12
     event: [ push, tag ]
13
   environment:
13
   environment:
14
-    BUILDDEPS: build-essential libc6-dev libhidapi-dev libssl-dev   
14
+    BUILDDEPS: build-essential libc6-dev libhidapi-dev libssl-dev zip
15
     MAKEFLAGS: -j 4
15
     MAKEFLAGS: -j 4
16
     MAKEDIRS: src          src/contrib
16
     MAKEDIRS: src          src/contrib
17
     BINARIES: src/radangel src/contrib/websockify
17
     BINARIES: src/radangel src/contrib/websockify

Loading…
Cancel
Save