From 4b38718b0220221910cf4265e2ba063da92bb312 Mon Sep 17 00:00:00 2001 From: Victor Yacovlev Date: Sat, 24 Mar 2018 13:34:58 +0300 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 773f042f..eb87dfb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - dist - pack -configure:unixlike: +configure:mac: stage: configure script: - mkdir build @@ -12,7 +12,6 @@ configure:unixlike: - cmake -DUSE_QT=5 -DCMAKE_BUILD_TYPE=Release .. tags: - mac - - linux cache: key: $CI_PIPELINE_ID untracked: true @@ -59,14 +58,13 @@ build:win32: paths: - build/ -build:unixlike: +build:mac: stage: build script: - cd build - make tags: - mac - - linux cache: key: $CI_PIPELINE_ID untracked: true -- GitLab