Skip to content

lktrgl/lggm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lggm

How to start:

script_file="${PWD}/do_tune_submodules" cat << EOF_SCRIPT_FILE > "${script_file}" git fetch --all --recurse-submodules \ && git config user.name "lktrgl" \ && git config user.email "32882989+lktrgl@users.noreply.github.com" \ && git stash clear \ && git stash \ && git checkout master \ && git rebase origin/master \ && git stash pop || true EOF_SCRIPT_FILE chmod a+x "${script_file}" git clone --recurse-submodules --verbose --remote --progress git@github.com:lktrgl/lggm.git \ && cd lggm \ && git submodule foreach --recursive git status \ && git submodule foreach --recursive "${script_file}" \ && cmake -B build -S . \ && cmake --build build git config user.name "lktrgl" git config user.email "32882989+lktrgl@users.noreply.github.com" rm -vf "${script_file}" unset script_file 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors