Skip to content

Commit 0ff7e0c

Browse files
committed
show commands on CI
1 parent cd05674 commit 0ff7e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/of.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ jobs:
153153
run: |
154154
cd examples/demos/flechilhas
155155
ofgen templates=chalet
156-
chalet bundle --compiler-cache
156+
chalet bundle --compiler-cache --show-commands
157157
zip -r ofWorks_${{ matrix.platform }}_flechilhas.zip dist/*
158158
gh release upload demo *.zip --clobber

ofGen/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ else
9696
if command -v chalet &> /dev/null; then
9797
CCACHE_PARAM=""
9898
if [[ "${CI:-false}" == "true" ]]; then
99-
CCACHE_PARAM=" --compiler-cache"
99+
CCACHE_PARAM=" --compiler-cache --show-commands"
100100
fi
101101

102102
chalet bundle ${CCACHE_PARAM} &&

0 commit comments

Comments
 (0)