misc: revert some of the early workarounds for getting this building

This commit is contained in:
Brendan Hagan
2022-06-15 20:01:25 -04:00
parent 8b888f8d5a
commit f83aeec40d
3 changed files with 85 additions and 46 deletions
-39
View File
@@ -1,39 +0,0 @@
name: windows-build
on:
# push:
# branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: >-
git
mingw-w64-x86_64-cc
mingw-w64-x86_64-gcc
mingw-w64-x86_64-wxWidgets
mingw-w64-x86_64-boost
mingw-w64-x86_64-hunspell
pacboy: >-
cmake:p
ninja:p
- name: CI-Build
run: |
ls /mingw64/bin/ || true
cmake -G "Ninja" -H. -Bbuild -DVCPKG_TARGET_TRIPLET=x64-windows-static
cmake --build build
- uses: actions/upload-artifact@v3
with:
name: build
path: |
./build/magicseteditor*
/mingw64/bin/libhunspell-1.7-0.dll