Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ecce
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
ecce
Commits
4833882d
Commit
4833882d
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Install ip6 repo as well
parent
697e1a2e
No related branches found
No related tags found
1 merge request
!45
New github workflow: linux-eic-shell build-and-check-overlap
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/linux-eic-shell.yml
+11
-0
11 additions, 0 deletions
.github/workflows/linux-eic-shell.yml
with
11 additions
and
0 deletions
.github/workflows/linux-eic-shell.yml
+
11
−
0
View file @
4833882d
...
@@ -12,7 +12,18 @@ jobs:
...
@@ -12,7 +12,18 @@ jobs:
with
:
with
:
platform-release
:
"
jug_xl:nightly"
platform-release
:
"
jug_xl:nightly"
run
:
|
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 -B build -S . -DCMAKE_INSTALL_PREFIX=install
cmake --build build -- install
cmake --build build -- install
export LD_LIBRARY_PATH=${PWD}/install/lib:${LD_LIBRARY_PATH}
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
checkOverlaps -c install/share/ecce/ecce.xml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment