diff options
Diffstat (limited to '.gitlab/os-unix.yml')
-rw-r--r-- | .gitlab/os-unix.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-unix.yml b/.gitlab/os-unix.yml index 902c428..c1f6bb7 100644 --- a/.gitlab/os-unix.yml +++ b/.gitlab/os-unix.yml @@ -10,7 +10,7 @@ - "[ \"$( uname -s )\" = \"Darwin\" ] && cmake -P .gitlab/ci/download_qt.cmake" - "[ \"$( uname -s )\" = \"Darwin\" ] && export CMAKE_PREFIX_PATH=$PWD/.gitlab/qt" -.cmake_build_unix: &cmake_build_unix +.cmake_build_unix: stage: build script: @@ -25,7 +25,7 @@ interruptible: true -.cmake_test_unix: &cmake_test_unix +.cmake_test_unix: stage: test script: |