Explorar el Código

Update '.drone.yml'

main
Henry Case hace 3 años
padre
commit
e3b0c56e38
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. +3
    -5
      .drone.yml

+ 3
- 5
.drone.yml Ver fichero

@@ -2,7 +2,9 @@
kind: pipeline
type: exec
name: default

node:
uarch: skylake
steps:
- name: build
commands:
@@ -13,7 +15,3 @@ steps:
- cmake ..
- make
- ./test


node:
uarch: skylake

Cargando…
Cancelar
Guardar