We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a3c84 commit 0374e07Copy full SHA for 0374e07
.circleci/config.yml
@@ -75,7 +75,7 @@ jobs:
75
command: 'cd svgnative && cmake --build build/linux'
76
- run:
77
name: Run unit testing
78
- command: './build/linux/tests/unitTesting'
+ command: 'cd svgnative && ./build/linux/tests/unitTesting'
79
build_with_style_support:
80
docker:
81
- image: cimg/base:2023.12
0 commit comments