Skip to content
Snippets Groups Projects
Commit 1bea7c5d authored by maxgerhardt's avatar maxgerhardt
Browse files

try to include v10x, v20x and v30x in Makefile CI

parent 060273b2
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: set-dirs # Give it an id to handle to get step outputs in the outputs key above
run: echo "::set-output name=dir::$(find examples -name Makefile -print0 |xargs -0 -n 1 dirname | jq -R -s -c 'split("\n")[:-1]')"
run: echo "::set-output name=dir::$(find examples* -name Makefile -print0 |xargs -0 -n 1 dirname | jq -R -s -c 'split("\n")[:-1]')"
# Define step output named dir base on ls command transformed to JSON thanks to jq
# Build using native Makefile buildsystem
makefile-build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment