Skip to content

Commit ea5de69

Browse files
committed
cmake only in prep
Signed-off-by: Anas Nashif <[email protected]>
1 parent e6b22c6 commit ea5de69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
echo "subset=${subset}" >> $GITHUB_OUTPUT
125125
echo "size=${size}" >> $GITHUB_OUTPUT
126126
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
127+
- name: generate filter cache
128+
if: github.event_name == 'push'
129+
run: |
130+
./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
127131
128132
twister-build:
129133
runs-on:

0 commit comments

Comments
 (0)