Skip to content

Commit

Permalink
[wip] Try and see whether event display works in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 7, 2022
1 parent 27a0b0c commit 86ee93a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/doctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
fail-fast: false
matrix:
SETUP: ['/cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh']
PAGE: ['doc/starterkit/k4MarlinWrapperCLIC/Readme', ]
PAGE: ['doc/starterkit/k4MarlinWrapperCLIC/Readme',
'doc/starterkit/k4MarlinWrapperCLIC/CEDViaWrapper']
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
Expand All @@ -29,6 +30,7 @@ jobs:
docker exec CI_container /bin/bash -c 'cd ./Package;
source ${{ matrix.SETUP }};
source build/k4marlinwrapperenv.sh;
export K4MARLINWRAPPER=${GITHUB_WORKSPACE}/k4MarlinWrapper/examples
mkdir testdir;
cat .github/scripts/yamlheader.md ${{ matrix.PAGE }}.md > testdir/test.md;
cd testdir;
Expand Down
2 changes: 1 addition & 1 deletion doc/starterkit/k4MarlinWrapperCLIC/CEDViaWrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All the following steps assume that the environment is setup like above and that

To create an input file for the event display we run a simple detector simulation using `ddsim` and a particle gun that shoots photons. The input file that we create here for illustration purposes has only 10 events, which also means that the creation should only take a few minutes. The steps to create this file are the following

```
```bash
ddsim --steeringFile CLICPerformance/clicConfig/clic_steer.py \
--compactFile $LCGEO/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml \
--enableGun \
Expand Down

0 comments on commit 86ee93a

Please sign in to comment.