소스 검색

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


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