Skip to content

Commit 5db4192

Browse files
committed
ci: test animgen
Signed-off-by: Yuxuan Shui <[email protected]>
1 parent 756589d commit 5db4192

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
steps:
4141
- build:
4242
build-config: -Dwith_docs=true -Db_coverage=true
43+
- run:
44+
name: build animgen
45+
command: ninja -vC build tools/animgen
4346
- persist_to_workspace:
4447
root: .
4548
paths:
@@ -54,6 +57,10 @@ jobs:
5457
command: |
5558
ulimit -c unlimited
5659
60+
printf "\n::: test animgen :::\n"
61+
build/tools/animgen data/animation_presets.conf >/dev/null 2>error.log
62+
[ -s error.log ] && cat error.log && exit 1
63+
5764
printf "\n::: Unit tests :::\n"
5865
ninja -vC build test
5966

0 commit comments

Comments
 (0)