Explorar el Código

Update .gitlab-ci.yml

master
FelixBrendel hace 6 años
padre
commit
75ab3506f5
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      .gitlab-ci.yml

+ 4
- 1
.gitlab-ci.yml Ver fichero

@@ -5,13 +5,16 @@ default:
- ./bin/slime_d
expire_in: 1 week

variables:
GIT_SUBMODULE_STRATEGY: recursive

stages:
- build_debug
- build_release
- test

build_clang++_d:
image: warchantua/dev-essential
stage: build_debug
script:
- ls ./3rd/ftb


Cargando…
Cancelar
Guardar