mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
show Bazel timestamps in CI
This commit is contained in:
parent
9f215e2f7a
commit
2efcf8a9d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
@ -151,7 +151,7 @@ jobs:
|
|||
chmod +x ./bazel
|
||||
|
||||
BAZEL="./bazel"
|
||||
ARGS="--isatty=0 --color=yes --disk_cache=${{ matrix.BAZEL_DISK }} --repository_cache=${{ matrix.BAZEL_REPO }}"
|
||||
ARGS="--show_timestamps --isatty=0 --color=yes --disk_cache=${{ matrix.BAZEL_DISK }} --repository_cache=${{ matrix.BAZEL_REPO }}"
|
||||
$BAZEL test ... $ARGS
|
||||
$BAZEL build qt:runanki $ARGS
|
||||
ANKI_IMPORT_ONLY=1 $BAZEL run qt:runanki
|
||||
|
@ -169,7 +169,7 @@ jobs:
|
|||
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
|
||||
|
||||
BAZEL="bazel"
|
||||
ARGS="--isatty=0 --color=yes --disk_cache=${{ matrix.BAZEL_DISK }} --repository_cache=${{ matrix.BAZEL_REPO }}"
|
||||
ARGS="--show_timestamps --isatty=0 --color=yes --disk_cache=${{ matrix.BAZEL_DISK }} --repository_cache=${{ matrix.BAZEL_REPO }}"
|
||||
$BAZEL test ... $ARGS
|
||||
$BAZEL build qt:runanki $ARGS
|
||||
# the rsync workaround is not required in CI, as it's working
|
||||
|
|
Loading…
Reference in a new issue