1
0
mirror of https://github.com/simh/simh.git synced 2026-01-30 05:25:16 +00:00

APPVEYOR: Assure that build failures don't try to save binaries

This commit is contained in:
Mark Pizzolato
2023-07-16 10:00:50 -10:00
parent 8ec41d4503
commit 1e2c3efac0
2 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
# SIMH v4.0 - 19-01 Current
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh)
[![Github CI Build Status](https://github.com/simh/simh/actions/workflows/build.yml/badge.svg)](https://github.com/simh/simh/actions/workflows/build.yml)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/simh/simh)](https://ci.appveyor.com/project/simh/simh/history)
[![AppVeyor CI Build Status](https://ci.appveyor.com/api/projects/status/github/simh/simh)](https://ci.appveyor.com/project/simh/simh/history)
## Table of Contents:
[WHAT'S NEW since the Open SIMH fork](#whats-new-since-the-open-simh-fork)
@@ -50,6 +49,8 @@
All Simulator updates on Open SIMH will be present in this repository, and any changes to the master branch code in this repository authored by anyone except Mark Pizzolato may be posted as pull requests on the Open simh repo.
Simulator binaries for x86 Linus, x86 macOS, and Windows for all recent changes are available at https://github.com/simh/Development-Binaries
### Mark Pizzolato's changes only present in the simh/simh repo and not present in the Open SIMH repo:
#### Visible changes to SCP (the simulator framework or command execution environment)