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

.gitlab-ci.yml: generate locales


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent a9b390ea
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ job_wrs_compile:
stage: wrs_sw_compile
script:
- apt update && apt upgrade -y && apt install -y git make build-essential m4 gettext bison flex texinfo libncurses-dev libncursesw5-dev bc python unzip wget cpio locales
- locale-gen en_US.UTF-8
- 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
......
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