Skip to content
Snippets Groups Projects
Commit 68f482b6 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: adding back the 5G NR build variants

parent ff6710c8
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ echo "############################################################"
echo "Checking build status"
echo "############################################################"
LOG_PATTERN=.Rel14.txt
LOG_PATTERN=.Rel15.txt
NB_PATTERN_FILES=7
LOG_FILES=`ls $ARCHIVES_LOC/*.txt`
......
......@@ -179,6 +179,16 @@ function variant__v4__cppcheck {
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 --suppressions-list=ci-scripts/cppcheck_suppressions.list -I common/utils -I openair3/NAS/COMMON/UTIL -j4"
}
function variant__v5__gnb_usrp {
NB_PATTERN_FILES=4
BUILD_OPTIONS="--gNB -w USRP"
}
function variant__v6__nr_ue_usrp {
NB_PATTERN_FILES=4
BUILD_OPTIONS="--nrUE -w USRP"
}
function variant__v7__enb_ethernet {
VM_MEMORY=4096
ARCHIVES_LOC=enb_eth
......
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