From 9e2c6d9fe1cb142f9e72f1f2b9a800d44e98f8ce Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 26 Jun 2018 13:57:13 +0000 Subject: [PATCH] actually step into the build directory and build! --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97070136f..8d3ebccbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ MacOS: #- macos_qt_formula=qt - CI/before_install.osx.sh - CI/before_script.osx.sh - - make -j2 + - cd build; make -j2 - DESTDIR=artifacts make install artifacts: paths: