Skip to content

Commit

Permalink
Merge pull request #4 from hmxmilohax/actions-testing
Browse files Browse the repository at this point in the history
Actions
  • Loading branch information
LlysiX authored Jan 13, 2024
2 parents 3d6ba73 + bf977d2 commit dd79b63
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: CI

on: [push, pull_request]

jobs:

build_ps4:
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
- name: Build Files
run: |
./_build.bat
- name: Upload result
uses: actions/upload-artifact@v3
with:
name: RB4DX-PS4
path: _build

build_ps4_songtitle:
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
- name: Build Files
run: |
./_enable_song_title_always.bat
./_build.bat
- name: Upload result
uses: actions/upload-artifact@v3
with:
name: RB4DX-PS4-song-title-always-on
path: _build

0 comments on commit dd79b63

Please sign in to comment.