Skip to content
Snippets Groups Projects
Commit b3c9d6fc authored by Adam Wujek's avatar Adam Wujek
Browse files

.gitlab-ci.yml: Remove leftovers from the previous build


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent a309e45d
Branches
Tags
No related merge requests found
......@@ -10,6 +10,10 @@ job_wrs_compile:
- echo "[user]" > ~/.gitconfig
- echo " name = CI ${GITLAB_USER_NAME}" >> ~/.gitconfig
- cd ..
- echo "Remove leftovers from the previous build"
- rm -rf *.tar
- rm -rf *.log
- rm -rf build
- echo "Using `grep -c ^processor /proc/cpuinfo` parallel jobs"
- MAKEFLAGS="-j `grep -c ^processor /proc/cpuinfo`" wr-switch-sw/build/wrs_build-all > ${CI_PROJECT_DIR}/log_${CI_JOB_ID}.txt
- cp *.tar ${CI_PROJECT_DIR}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment