mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-11 18:59:08 +01:00
Update Github Workflow and README.md (#998)
This commit is contained in:
parent
404a4bb746
commit
a84e5cce69
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Snes9x GX
|
name: Build Snes9x GX
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: ["Wii", "GameCube"]
|
image: ["Wii", "GameCube"]
|
||||||
@ -13,9 +13,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout snes9xgx repo
|
- name: Checkout snes9xgx repo
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build Wii
|
- name: Build Wii
|
||||||
if: ${{ matrix.image == 'Wii' }}
|
if: ${{ matrix.image == 'Wii' }}
|
||||||
|
@ -30,8 +30,8 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
|Download nightly builds from continuous integration: | [![Build Status][Build]][Actions]
|
|Download nightly builds from continuous integration: | [![Build Status][Build]][Actions]
|
||||||
|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
|
||||||
[Actions]: https://github.com/dborth/snes9xgx/actions
|
[Actions]: https://github.com/dborth/snes9xgx/actions/workflows/continuous-integration-workflow.yml
|
||||||
[Build]: https://github.com/dborth/snes9xgx/workflows/Snes9x%20GX%20Build/badge.svg
|
[Build]: https://github.com/dborth/snes9xgx/actions/workflows/continuous-integration-workflow.yml/badge.svg
|
||||||
|
|
||||||
|
|
||||||
## FEATURES
|
## FEATURES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user