Skip to content

Commit

Permalink
iox-eclipse-iceoryx#409 Add placeholder script for running Axivion an…
Browse files Browse the repository at this point in the history
…alysis
  • Loading branch information
Juan Pablo Samper authored and dkroenke committed Mar 9, 2021
1 parent 8a50bad commit 92c375a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axivion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Axivion

on:
push:
branches: [ master ]
branches: [ master, iox-#409-axivion-analysis ]
pull_request:
branches: [ master ]

Expand Down
9 changes: 9 additions & 0 deletions tools/axivion/run_axivion
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -ex

WORKSPACE=$(pwd)
echo $WORKSPACE

echo "TODO: Actually run Axivion analysis"
exit 1

0 comments on commit 92c375a

Please sign in to comment.