Skip to content

Commit

Permalink
Enable Skia renderer for C++ package
Browse files Browse the repository at this point in the history
It's not enabled by default due to complicated build setup but on
GitHub Actions it works.
  • Loading branch information
MiKom authored and tronical committed Jan 2, 2024
1 parent f673e45 commit a4f2b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_package.yaml
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
cmakeListsTxtPath: CMakeLists.txt
cmakeAppendedArgs: '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
cmakeAppendedArgs: '-DCMAKE_BUILD_TYPE=RelWithDebInfo -DSLINT_FEATURE_RENDERER_SKIA=ON'
buildDirectory: ${{ runner.workspace }}/cppbuild
buildWithCMakeArgs: '--config Release'
- name: cpack
Expand Down

0 comments on commit a4f2b45

Please sign in to comment.