From b4715bbad1a7afa5a2c42cea63c6ea3d1bc3a16e Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 15 Jul 2019 17:49:39 +0200 Subject: [PATCH] Update ci/cd --- .gitlab-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.py b/.gitlab-ci.py index e638c13..acc5f3f 100755 --- a/.gitlab-ci.py +++ b/.gitlab-ci.py @@ -78,7 +78,7 @@ def build(args): command += ['-S', '.'] command += ['-B', 'build'] command += ['-G', 'Ninja'] - command += define('CMAKE_PREFIX_PATH', 'vendor') + command += define('CMAKE_PREFIX_PATH', Path('vendor').resolve()) command += define_env('CMAKE_BUILD_TYPE') command += define('CMAKE_SUPPRESS_REGENERATION', 'ON') command += define('CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY', 'ON') -- GitLab