ソースを参照

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


読み込み中…
キャンセル
保存