Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed Oct 12, 2023
1 parent 107b5d0 commit fde271d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Environment
name: Legacy Makefile Build Environment

on: [push, pull_request]

Expand Down Expand Up @@ -78,6 +78,13 @@ jobs:
make
binutils
gcc
wxwidgets3.2-common
wxwidgets3.2-common-libs
wxwidgets3.2-gtk3
wxwidgets3.2-gtk3-libs
wxwidgets3.2-msw
wxwidgets3.2-msw-cb_headers
wxwidgets3.2-msw-libs
- name: Build
shell: msys2 {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ EXE=.exe
COMMON_SRCS+=WinSerialPort.cpp WinPortFactory.cpp
COMMON_LDFLAGS=-Wl,--enable-auto-import -static -static-libstdc++ -static-libgcc
COMMON_LIBS=-ltermcap -Wl,--as-needed -lsetupapi
COMMON_CXXFLAGS=-std=c++14
BOSSA_RC=BossaRes.rc
WIXDIR="C:\Program Files (x86)\WiX Toolset v3.11\bin"
CODE_SIGN=$(INSTALLDIR)\\code_sign.p12
Expand Down

0 comments on commit fde271d

Please sign in to comment.