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
Commits
50409a5c
Verified
Commit
50409a5c
authored
1 year ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: simplified release
parent
3a4b3403
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3126
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/deploy.yml
+4
-21
4 additions, 21 deletions
.github/workflows/deploy.yml
with
4 additions
and
21 deletions
.github/workflows/deploy.yml
+
4
−
21
View file @
50409a5c
...
...
@@ -4,25 +4,8 @@ on:
tags
:
-
"
*"
jobs
:
create-release
:
name
:
Create Release
timeout-minutes
:
10
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout code from repository
uses
:
actions/checkout@v3
-
name
:
Create release
uses
:
actions/create-release@v1
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
tag_name
:
${{ github.ref }}
release_name
:
${{ github.ref }}
draft
:
false
prerelease
:
false
build-upload
:
name
:
Build & Upload
needs
:
create-release
build-release
:
name
:
Build Release
timeout-minutes
:
10
strategy
:
matrix
:
...
...
@@ -38,14 +21,14 @@ jobs:
cargo build --release
-
name
:
Build SDL
run
:
|
cargo install cargo-vcpkg && cargo vcpkg -v build
cd frontends/sdl &&
cargo install cargo-vcpkg && cargo vcpkg -v build
cd frontends/sdl && cargo build
cd frontends/sdl && cargo build --release
-
name
:
Build Libretro
run
:
|
cd frontends/libretro && cargo build
cd frontends/libretro && cargo build --release
-
name
:
Upload B
ase
-
name
:
Create Rele
ase
uses
:
softprops/action-gh-release@v1
if
:
startsWith(github.ref, 'refs/tags/')
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment