From 06eb9539bd219a41664e90bd7d5c95103eed0c04 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 26 Jun 2018 14:51:55 +0000 Subject: [PATCH] Let make install do it's thing, it's more reasonable on macos and let's only archive that. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d3ebccbe..9ca719efe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ MacOS: - CI/before_install.osx.sh - CI/before_script.osx.sh - cd build; make -j2 - - DESTDIR=artifacts make install + - make install artifacts: paths: - - build/artifacts/ \ No newline at end of file + - /usr/local/OpenMW.app \ No newline at end of file