Browse Source

illumos: remove stage and document the runner's maintainer

William Welliver 6 years ago
parent
commit
b078e1a849
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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