Skip to content

Commit 5ec78ec

Browse files
committed
Ubuntu 20.04 build with enabled wxWidgets 3.0
1 parent b01d28a commit 5ec78ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ jobs:
152152
os: ubuntu-20.04
153153
optional_feature: uses_wchar=1
154154
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
155163
- feature: CodeQL
156164
CC: gcc-10
157165
CXX: g++-10

0 commit comments

Comments
 (0)