Updated GitHub CI for executable names, added ORM check to Linux builds

This commit is contained in:
Vas Crabb 2021-01-26 19:10:57 +11:00
parent adc23f3f74
commit 414b538569
3 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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