Cleanup workflow files
This commit is contained in:
parent
abb6e12044
commit
71f892d7ea
3 changed files with 13 additions and 8 deletions
2
.github/workflows/config.yml
vendored
2
.github/workflows/config.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Config heavy
|
||||
|
||||
on:
|
||||
schedule: [cron: '0 16 * * *']
|
||||
|
||||
jobs:
|
||||
config_all:
|
||||
name: ${{ matrix.system.name }} ${{ matrix.conf.configure_flags }} ${{ matrix.conf.without_packages }}
|
||||
|
|
12
.github/workflows/coverity.yml
vendored
12
.github/workflows/coverity.yml
vendored
|
@ -1,4 +1,10 @@
|
|||
name: Coverity Scan
|
||||
name: Coverity Scan analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
COVERITY_EMAIL: ${{ secrets.CoverityEmail }}
|
||||
COVERITY_TOKEN: ${{ secrets.CoverityToken }}
|
||||
|
@ -7,10 +13,6 @@ env:
|
|||
TARBALL_SHA256: "0bec2d12e7fca3fe4b6df843d9584e2a58e273970a8549c100541f86dbc0da4e"
|
||||
TARBALL_GDRIVE_ID: ${{ secrets.GoogleDriveId }}
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
coverity_scan:
|
||||
name: Coverity static analyzer
|
||||
|
|
|
@ -17,16 +17,17 @@ Read more at
|
|||
| **Version control** | Git | [SVN]
|
||||
| **Language** | C++11 | C++03<sup>[1]</sup>
|
||||
| **CI** | Yes | No
|
||||
| **Static analysis** | Yes<sup>[2],[3]</sup> | No
|
||||
| **Static analysis** | Yes<sup>[C],[P],[S]</sup> | No
|
||||
| **Dynamic analysis** | Yes | No
|
||||
| **Automated regression tests** | No (WIP) | No
|
||||
| **SDL** | 2.0 | 1.2<sup>*</sup>
|
||||
|
||||
[SVN]:https://sourceforge.net/projects/dosbox/
|
||||
[1]:https://sourceforge.net/p/dosbox/patches/283/
|
||||
[2]:https://github.com/dreamer/dosbox-staging/actions?query=workflow%3A%22Code+analysis%22
|
||||
[3]:https://scan.coverity.com/projects/dosbox-staging
|
||||
[4]:https://github.com/dreamer/dosbox-staging/issues/23
|
||||
[C]:https://github.com/dreamer/dosbox-staging/actions?query=workflow%3A%22Code+analysis%22
|
||||
[P]:https://github.com/dreamer/dosbox-staging/actions?query=workflow%3A%22PVS-Studio+analysis%22
|
||||
[S]:https://scan.coverity.com/projects/dosbox-staging
|
||||
|
||||
**dosbox-staging** does not support audio playback using physical CDs.
|
||||
Using CD Digital Audio emulation (loading CD music via
|
||||
|
|
Loading…
Add table
Reference in a new issue