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 b01d28a commit 5ec78ecCopy full SHA for 5ec78ec
.github/workflows/linux.yml
@@ -152,6 +152,14 @@ jobs:
152
os: ubuntu-20.04
153
optional_feature: uses_wchar=1
154
optional_macros: inline=0
155
+ - feature: wxwidgets
156
+ CC: gcc-10
157
+ CXX: g++-10
158
+ PackageDeps: g++-10 libwxgtk3.0-gtk3-0v5 libwxgtk3.0-gtk3-dev
159
+ platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
160
+ os: ubuntu-20.04
161
+ optional_feature: wxWindows=1
162
+ optional_macros: wxWindows=1
163
- feature: CodeQL
164
CC: gcc-10
165
CXX: g++-10
0 commit comments