Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
RACE
Commits
2cf06609
Commit
2cf06609
authored
Jul 17, 2020
by
fjtrujy
Browse files
Add PS2 CI/CD
parent
369cfd9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/compilation.yml
0 → 100644
View file @
2cf06609
name
:
CI
on
:
push
:
pull_request
:
repository_dispatch
:
types
:
[
run_build
]
jobs
:
build-ps2
:
runs-on
:
ubuntu-latest
container
:
ps2dev/ps2dev:latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install dependencies
run
:
|
apk add build-base git bash
-
name
:
Compile project
run
:
|
make platform=ps2 clean all
-
name
:
Get short SHA
id
:
slug
run
:
echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
-
name
:
Upload artifacts
if
:
${{ success() }}
uses
:
actions/upload-artifact@v2
with
:
name
:
race_libretro_ps2-${{ steps.slug.outputs.sha8 }}
path
:
race_libretro_ps2.a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment