From cfcd9c3fc63e384a919add2c136294fe63577c90 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 26 Jun 2018 15:36:53 +0000 Subject: [PATCH] What happens when we don't make install? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ffe17a70..14348f5c2 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 - - make install + # - make install artifacts: paths: - /usr/local/OpenMW.app \ No newline at end of file