Skip to content
Snippets Groups Projects
Commit f84d1cf1 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

add recursive clone to CI (#1)

parent 03552db5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
HUGO=$(pwd)/../hugo
$HUGO version
$HUGO -D
HUGO=$(pwd)/hugo
cd external
rm -rf all_build all_install
......@@ -11,3 +8,7 @@ mkdir all_build
cmake -S all -B all_build -DCM_ALL_AUTO_DOC=ON -DCMAKE_INSTALL_PREFIX=$(pwd)/all_install
cmake --build all_build
cmake --install all_build
cd -
$HUGO version
$HUGO -D
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment