Skip to content

lktrgl/Interview

Repository files navigation

Interview

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 "[email protected]" \
    && 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 https://github.com/lktrgl/Interview.git \
    && cd Interview \
    && git submodule foreach --recursive git status \
    && git submodule foreach --recursive "${script_file}" \
    && mkdir build \
    && cd build \
    && cmake .. \
    && make all

git config user.name "lktrgl"
git config user.email "[email protected]"
rm -vf "${script_file}"

unset script_file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors