浏览代码

illumos: remove stage and document the runner's maintainer

William Welliver 6 年之前
父节点
当前提交
b078e1a849
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -27,10 +27,10 @@ precise:
   <<: *ubuntu_def
   image: ubuntu:precise
 
+# illumos gitlab-runner maintained by @hww3
 build_illumos:
   tags: 
     - illumos
-  stage: build
   script:
     - git submodule init && git submodule update
     - CMAKE_FLAGS="-DCMAKE_PREFIX_PATH=/opt/local -DCMAKE_CXX_FLAGS=-m64 -DCMAKE_C_FLAGS=-m64" ./configure