Explorar el Código

Update drone.yml

tags/v0.0.5
Peter Vivell hace 7 años
padre
commit
7cd9c1154a
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. 2
    5
      drone.yml

+ 2
- 5
drone.yml Ver fichero

9
 - name: build
9
 - name: build
10
   image: debian:stable-slim
10
   image: debian:stable-slim
11
   privileged: false
11
   privileged: false
12
-  cache:
13
-    - /var/cache/apt
14
   environment:
12
   environment:
15
-    DEBUG: true
13
+    MAKEFLAGS="-j 4"
16
   commands:
14
   commands:
17
-    - export PATH=$PATH
18
     - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
15
     - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
19
-    - ls -l /var/cache/apt
20
     - apt-get update
16
     - apt-get update
21
     - apt-get --yes upgrade
17
     - apt-get --yes upgrade
22
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev
18
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev
19
+    - export MAKEFLAGS=$MAKEFLAGS 
23
     - cd src && make 
20
     - cd src && make 
24
     - cd contrib && make 
21
     - cd contrib && make 
25
     - cd .. ; ls -l radangel contrib/websockify ; md5sum radangel contrib/websockify ; cd ..
22
     - cd .. ; ls -l radangel contrib/websockify ; md5sum radangel contrib/websockify ; cd ..

Loading…
Cancelar
Guardar