File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ before_script:
1414 - git clone https://github.com/CESNET/libyang.git
1515 - git clone https://github.com/sysrepo/sysrepo.git
1616 - git clone https://github.com/telekom/sysrepo-plugins-common.git
17- - git clone https://github.com/sartura/umgmt.git
1817 - cd libyang; git checkout devel; mkdir build; cd build; cmake .. -DCMAKE_C_COMPILER=clang; make -j install; cd ../../
1918 - cd sysrepo; git checkout devel; mkdir build; cd build; cmake .. -DCMAKE_C_COMPILER=clang; make -j install; cd ../../
2019 - cd sysrepo-plugins-common; git submodule init; git submodule update; mkdir build; cd build; cmake .. -DCMAKE_C_COMPILER=clang; make -j install; cd ../..
21- - cd umgmt; git submodule init; git submodule update; mkdir build; cd build; cmake .. -DCMAKE_C_COMPILER=clang; make -j install; cd ../..
2220 - pip3 install libyang
2321 - pip3 install Jinja2
2422
You can’t perform that action at this time.
0 commit comments