1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-05 16:15:49 +00:00

Include Windows build in CI and deploy

- Builds x86 and x64 regular snapshots.
   x64: Mon      Wed     Fri
   x86:      Tue     Thu     Sat
   ARM: Mon          Thu         Sun (ARM not enabled)

 - Builds x64 on closed pull request, Release

 - Manual trigger allows selection of ref, platform,
   architecture, config, disposition

 - Releases and daily snapshots are deployed automagically

 - VS Project 2022 files updated for ARM, but not setup for
   cross-builds (BuildROMs) or tested on ARM (no hardware)

 - Fix makefile tests for cygwin
This commit is contained in:
Timothe Litt
2023-02-11 13:51:50 -05:00
parent 4e159a04ed
commit cf45e06f65
238 changed files with 42726 additions and 18 deletions

2
.gitignore vendored
View File

@@ -43,7 +43,9 @@ ipch/
# or other things we don't want git to manage.
Visual Studio Projects/*
!Visual Studio Projects/*.vcproj
!Visual Studio Projects/*.vcxproj*
!Visual Studio Projects/*.sln
Visual Studio Projects/~AutoRecover.*
!Visual Studio Projects/0ReadMe_Projects.txt
**/*.code-workspace
**/.vscode/