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

add build script for testing

parent 99b16f5c
Branches
No related tags found
No related merge requests found
build.sh 0 → 100755
#!/bin/bash
HUGO=$(pwd)/../hugo
$HUGO version
$HUGO -D
cd external
rm -rf all_build all_install
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment