Windows on ARM support + icon fixes (#129)

* Support for Windows on ARM (uses MSVC, but it's Windows 11 exclusive anyway so `¯\_(ツ)_/¯`)
* Adds the icon back for x86/x64 TDM-GCC builds
* Makes Linux compilation on ARM much faster
* added tests to every workflow
This commit is contained in:
TheTank20
2025-07-04 14:29:23 +00:00
committed by GitHub
parent 6b85771db1
commit 1002e0a6d5
8 changed files with 338 additions and 13 deletions

View File

@@ -85,7 +85,10 @@ jobs:
- name: Run tests
run: |
cd build/actions_upload
./umskt
echo Test 1 - generating key
./umskt -b 2C -c 365 -s 069420 -v
echo Test 2 - generating confid
./umskt -i 253286028742154311079061239762245184619981623171292574
- name: Upload platform-specific build
uses: actions/upload-artifact@v4.6.2