Explorar el Código

Update drone.yml

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

+ 1
- 1
drone.yml Ver fichero

16
     - apt-get update
16
     - apt-get update
17
     - apt-get --yes upgrade
17
     - apt-get --yes upgrade
18
     - 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 
19
+    - export MAKEFLAGS
20
     - cd src && make 
20
     - cd src && make 
21
     - cd contrib && make 
21
     - cd contrib && make 
22
     - 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