Przeglądaj źródła

Update .gitlab-ci.yml

master
FelixBrendel 6 lat temu
rodzic
commit
75ab3506f5
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      .gitlab-ci.yml

+ 4
- 1
.gitlab-ci.yml Wyświetl plik

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


variables:
GIT_SUBMODULE_STRATEGY: recursive

stages: stages:
- build_debug - build_debug
- build_release - build_release
- test - test


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


Ładowanie…
Anuluj
Zapisz