Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Merge requests
!34
Added Android support for Libretro
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added Android support for Libretro
joamag/libretro-android
into
master
Overview
1
Commits
5
Pipelines
3
Changes
1
Merged
João Magalhães
requested to merge
joamag/libretro-android
into
master
1 year ago
Overview
1
Commits
5
Pipelines
3
Changes
1
Expand
Fixes
#35 (closed)
1
0
Merge request reports
Viewing commit
e06c1d4c
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
e06c1d4c
chore: new info file delivery
· e06c1d4c
João Magalhães
authored
1 year ago
.github/workflows/deploy.yml
+
2
−
0
Options
@@ -34,6 +34,7 @@ jobs:
with
:
name
:
boytacean-linux
path
:
|
frontends/libretro/res/boytacean_libretro.info
target/release/boytacean-sdl-linux-x64
target/release/libboytacean.so
target/release/boytacean_libretro.so
@@ -153,6 +154,7 @@ jobs:
uses
:
softprops/action-gh-release@v1
with
:
files
:
|
boytacean-linux//boytacean_libretro.info
boytacean-linux/boytacean-sdl-linux-x64
boytacean-linux/libboytacean.so
boytacean-linux/boytacean_libretro.so
Loading