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

feat: save artifacts for lcg build

parent ea3f4a06
Branches
No related tags found
1 merge request!55fix: remove LCG99 from linux-lcg workflow
...@@ -30,6 +30,11 @@ jobs: ...@@ -30,6 +30,11 @@ jobs:
cmake --build build -- install cmake --build build -- install
# link ip6 into install # link ip6 into install
ln -sf ../ip6/ip6 ${PREFIX}/share/ecce/ip6 ln -sf ../ip6/ip6 ${PREFIX}/share/ecce/ip6
- uses: actions/upload-artifact@v3
with:
name: install-ubuntu2004
path: install/
if-no-files-found: error
ubuntu-2204: ubuntu-2204:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
...@@ -57,4 +62,9 @@ jobs: ...@@ -57,4 +62,9 @@ jobs:
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
cmake --build build -- install cmake --build build -- install
# link ip6 into install # link ip6 into install
ln -sf ../ip6/ip6 ${PREFIX}/share/ecce/ip6 ln -sf ../ip6/ip6 ${PREFIX}/share/ecce/ip6ip6
- uses: actions/upload-artifact@v3
with:
name: install-ubuntu2204
path: install/
if-no-files-found: error
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment