FelixBrendel 6 лет назад
Родитель
Сommit
75ab3506f5
1 измененных файлов: 4 добавлений и 1 удалений
  1. +4
    -1
      .gitlab-ci.yml

+ 4
- 1
.gitlab-ci.yml Просмотреть файл

@@ -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


Загрузка…
Отмена
Сохранить