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

.gitlab-ci.yml: update ppsi repo before build


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent 98e4097b
Branches
Tags
No related merge requests found
......@@ -14,6 +14,7 @@ job_wrs_compile:
- rm -rf *.tar
- rm -rf *.log
- rm -rf build
- cd wr-switch-sw ; cd userspace/ppsi ; git fetch -p; cd ../..; git submodule update; cd ..
- 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