From c1aee49b763f51657ae742967f42ae13fddf323b Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 26 Jun 2018 15:09:51 +0000 Subject: [PATCH] clean up after our previous build. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ca719efe..986e2d2aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,11 +37,11 @@ MacOS: stage: build allow_failure: true script: - #- macos_qt_formula=qt + - sudo rm -fr /usr/local/Openmw.app # clean up after previous build - CI/before_install.osx.sh - CI/before_script.osx.sh - cd build; make -j2 - - make install + - sudo make install artifacts: paths: - /usr/local/OpenMW.app \ No newline at end of file