소스 검색

Update .gitlab-ci.yml

master
FelixBrendel 6 년 전
부모
커밋
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


불러오는 중...
취소
저장