mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 02:40:30 -05:00
[CI] Linux Performance Builds (#2323)
* Add linux matrix for performance linux build * Update README
This commit is contained in:
parent
6e417713b9
commit
33539be458
20
.github/workflows/generate-builds.yml
vendored
20
.github/workflows/generate-builds.yml
vendored
@ -93,7 +93,17 @@ jobs:
|
|||||||
readme.txt
|
readme.txt
|
||||||
build-linux:
|
build-linux:
|
||||||
needs: extract-assets
|
needs: extract-assets
|
||||||
runs-on: ubuntu-20.04
|
strategy:
|
||||||
|
fail-fast: true
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
gcc: 10
|
||||||
|
archive-suffix: compatibility
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
gcc: 12
|
||||||
|
archive-suffix: performance
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -105,7 +115,7 @@ jobs:
|
|||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-ccache
|
key: ${{ matrix.os }}-ccache
|
||||||
- name: Install latest SDL
|
- name: Install latest SDL
|
||||||
run: |
|
run: |
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
@ -143,12 +153,12 @@ jobs:
|
|||||||
mv README.md readme.txt
|
mv README.md readme.txt
|
||||||
mv build-cmake/*.appimage soh.appimage
|
mv build-cmake/*.appimage soh.appimage
|
||||||
env:
|
env:
|
||||||
CC: gcc-10
|
CC: gcc-${{ matrix.gcc }}
|
||||||
CXX: g++-10
|
CXX: g++-${{ matrix.gcc }}
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: soh-linux
|
name: soh-linux-${{ matrix.archive-suffix }}
|
||||||
path: |
|
path: |
|
||||||
soh.appimage
|
soh.appimage
|
||||||
readme.txt
|
readme.txt
|
||||||
|
@ -137,7 +137,10 @@ Assuming you have done everything correctly, boot up SoH and open up the SFX Edi
|
|||||||
Refer to the [building instructions](BUILDING.md) to compile SoH.
|
Refer to the [building instructions](BUILDING.md) to compile SoH.
|
||||||
|
|
||||||
## Nightly Builds
|
## Nightly Builds
|
||||||
Nightly builds of Ship of Harkinian are available here: [Windows](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-windows.zip), [macOS](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-mac.zip), [Linux](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-linux.zip), [Switch](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-switch.zip), [Wii U](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-wiiu.zip)
|
Nightly builds of Ship of Harkinian are available here: [Windows](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-windows.zip), [macOS](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-mac.zip), [Linux (compatibility*)](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-linux-compatiblity.zip), [Linux (performance*)](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-linux-performance.zip), [Switch](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-switch.zip), [Wii U](https://nightly.link/HarbourMasters/Shipwright/workflows/generate-builds/develop/soh-wiiu.zip)
|
||||||
|
|
||||||
|
_*compatibility: compatible with most Linux distributions, but may not be as performant as the perf build._\
|
||||||
|
_*performance: requires glibc 2.35 or newer, but will be more performant than the compat build._
|
||||||
|
|
||||||
## Take The Survey
|
## Take The Survey
|
||||||
Want to use cartridge readers in tandem with the OTRGui?
|
Want to use cartridge readers in tandem with the OTRGui?
|
||||||
|
Loading…
Reference in New Issue
Block a user