Skip to content

Commit

Permalink
windows-cmake:ci: try changing working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 7, 2021
1 parent d100a19 commit ae641aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/ci.inria.fr/job-1-wincmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ echo ############################
sh -c "tar xfz %TARBALL%"
if %errorlevel% neq 0 exit /b %errorlevel%

cmake --install-prefix=%cd%/install -DCMAKE_BUILD_TYPE=Release -B build -S %TARBALL:~0,-7%/contrib/windows-cmake
cd %TARBALL:~0,-7%\contrib\windows-cmake
if %errorlevel% neq 0 exit /b %errorlevel%

cmake --install-prefix=%cd%/install -DCMAKE_BUILD_TYPE=Release -B build
if %errorlevel% neq 0 exit /b %errorlevel%

cmake --build build --parallel
Expand Down

0 comments on commit ae641aa

Please sign in to comment.