Skip to content
Snippets Groups Projects
Commit 4833882d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Install ip6 repo as well

parent 697e1a2e
Branches
No related tags found
1 merge request!45New github workflow: linux-eic-shell build-and-check-overlap
......@@ -12,7 +12,18 @@ jobs:
with:
platform-release: "jug_xl:nightly"
run: |
# install ip6 repo
git clone https://github.com/eic/ip6.git eic_ip6
pushd eic_ip6
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=install
cmake --build build -- install
export LD_LIBRARY_PATH=${PWD}/install/lib:${LD_LIBRARY_PATH}
popd
# install this repo
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=install
cmake --build build -- install
export LD_LIBRARY_PATH=${PWD}/install/lib:${LD_LIBRARY_PATH}
# link ip6 into install
ln -sf ${PWD}/eic_ip6/install/share/ip6 install/share/ecce/ip6
# test
checkOverlaps -c install/share/ecce/ecce.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment