Skip to content

Commit

Permalink
feat: add xpinmame-linux-x64 build (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb authored Jan 25, 2024
1 parent 6bd3bd3 commit 9405e06
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/xpinmame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,18 @@ jobs:
- os: macos-latest
platform: osx-x64
exe: xpinmame
- os: ubuntu-latest
platform: linux-x64
exe: xpinmame
steps:
- uses: actions/checkout@v3
- if: matrix.os == 'macos-latest'
run: |
brew install xquartz
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt install libx11-dev libxv-dev libasound2-dev
- name: Build xpinmame-${{ matrix.platform }}
run: |
cp cmake/xpinmame/CMakeLists_${{ matrix.platform }}.txt CMakeLists.txt
Expand Down
Loading

0 comments on commit 9405e06

Please sign in to comment.