Skip to content

Commit

Permalink
ci: test animgen
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Aug 6, 2024
1 parent 981bb77 commit ef23930
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
command: |
ulimit -c unlimited
printf "\n::: test animgen :::\n"
build/tools/animgen data/animation_presets.conf >/dev/null 2>error.log
[ -s error.log ] && ls -lh && cat error.log && exit 1
printf "\n::: Unit tests :::\n"
ninja -vC build test
Expand Down

0 comments on commit ef23930

Please sign in to comment.