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

feat: add github actions workflow build-test

parent 246fe86b
Branches
No related tags found
1 merge request!85feat: add github actions workflow build-test
Pipeline #34215 failed
name: linux-eic-shell
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
run: |
PREFIX=${PWD}/install
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
cmake --build build -- install
- uses: actions/upload-artifact@v3
with:
name: build-eic-shell
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