Explorar el Código

Add '.drone.yml'

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

+ 13
- 0
.drone.yml Ver fichero

@@ -0,0 +1,13 @@

kind: pipeline
type: exec
name: default

steps:
- name: backend
commands:
- mkdir build
- cd build
- cmake ..
- make
- ./test

Cargando…
Cancelar
Guardar