Explorar el Código

„drone.yml“ ändern

tags/v0.0.1
pvivell hace 6 años
padre
commit
b257b4bd07
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      drone.yml

+ 2
- 1
drone.yml Ver fichero

@@ -15,4 +15,5 @@ steps:
15 15
   - apt update
16 16
   - apt -y upgrade
17 17
   - apt -y install build-essential libhidapi-dev 
18
-  - cd src && make
18
+  - cd src && make ; cd ..
19
+  - cd src/contrib && make ; cd ../..

Loading…
Cancelar
Guardar