Skip to content
Snippets Groups Projects
Commit bf350f7f authored by Christoph Alt's avatar Christoph Alt
Browse files

deleting the build folder to get a fresh rebuild

parent f1233e15
No related branches found
No related tags found
No related merge requests found
Pipeline #708797 waiting for manual action
......@@ -23,6 +23,7 @@ git pull
# pip install --upgrade pip setuptools wheel jinja2 py-cpuinfo lbmpy pystencils
# pip list
[ -d "${BUILD_DIR}" ] && rm -rf ${BUILD_DIR}
mkdir -p ${BUILD_DIR}
cd ${BUILD_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment