mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
Updated GitHub CI for executable names, added ORM check to Linux builds
This commit is contained in:
parent
adc23f3f74
commit
414b538569
8
.github/workflows/ci-linux.yml
vendored
8
.github/workflows/ci-linux.yml
vendored
@ -33,8 +33,10 @@ jobs:
|
||||
TOOLS: 1
|
||||
run: make -j2
|
||||
- name: Validate
|
||||
run: ./mame64 -validate
|
||||
run: ./mame -validate
|
||||
- name: ORM check
|
||||
run: python scripts/minimaws/minimaws.py load --executable ./mame --softwarepath hash
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: mame64-linux-${{ matrix.compiler }}-${{ github.sha }}
|
||||
path: mame64
|
||||
name: mame-linux-${{ matrix.compiler }}-${{ github.sha }}
|
||||
path: mame
|
||||
|
6
.github/workflows/ci-macos.yml
vendored
6
.github/workflows/ci-macos.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
TOOLS: 1
|
||||
run: make -j2
|
||||
- name: Validate
|
||||
run: ./mame64 -validate
|
||||
run: ./mame -validate
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: mame64-macos-${{ github.sha }}
|
||||
path: mame64
|
||||
name: mame-macos-${{ github.sha }}
|
||||
path: mame
|
||||
|
6
.github/workflows/ci-windows.yml
vendored
6
.github/workflows/ci-windows.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
TOOLS: 1
|
||||
run: make -j2
|
||||
- name: Validate
|
||||
run: ./mame64 -validate
|
||||
run: ./mame -validate
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: mame64-windows-gcc-${{ github.sha }}
|
||||
path: mame64.exe
|
||||
name: mame-windows-gcc-${{ github.sha }}
|
||||
path: mame.exe
|
||||
|
Loading…
Reference in New Issue
Block a user