From 2da632bd0e70e91f92e3a950ac7c4c6caf02c9c8 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Sat, 15 Aug 2020 15:54:23 +0300 Subject: [PATCH] try again with build out of repo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed04f9c40..fbecb512a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ webserver-deploy: .build-windows: &build-windows - 'call vcvars64.bat' - - if not exist ../ftl_build mkdir ../ftl_build + - if not exist "../ftl_build" mkdir "../ftl_build" - cd ../ftl_build - cmake %CMAKE_ARGS% %CMAKE_ARGS_WINDOWS% -DREALSENSE_DIR="C:/Program Files (x86)/Intel RealSense SDK 2.0" -DOPENVR_DIR="C:/Program Files (x86)/OpenVRSDK" -DOPUS_DIR="C:/Program Files (x86)/Opus" .. - devenv ftl.utu.fi.sln /build Release -- GitLab