This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
forked from Jay-Jay-OPL/OPL-Daily-Builds
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'end-of-2022' into smaller-steps-redsonbr-2
- Loading branch information
Showing
100 changed files
with
1,792 additions
and
4,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: CI-OPLTestISO | ||
|
||
on: | ||
push: | ||
paths: | ||
- '.github/workflows/OPLTestISO.yml' | ||
- 'labs/opltestiso/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build-opltestiso: | ||
runs-on: ubuntu-latest | ||
container: ps2dev/ps2dev:latest | ||
steps: | ||
- name: Install dependencies | ||
run: apk add build-base git zip cdrkit | ||
|
||
- name: git checkout | ||
uses: actions/checkout@v3 | ||
|
||
- run: | | ||
git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
git fetch --prune --unshallow | ||
- name: make ISO | ||
run: | | ||
cd labs/opltestiso/ | ||
make iso | ||
- name: Upload release artifact ISO | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: OPLTESTISO | ||
path: | | ||
labs/opltestiso/*.iso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.