Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
nheko
Commits
21ba39fd
Verified
Commit
21ba39fd
authored
5 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Add GitHub release to azure pipeline
parent
f4c68876
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/azure-build.yml
+32
-5
32 additions, 5 deletions
.ci/azure-build.yml
azure-pipelines.yml
+1
-0
1 addition, 0 deletions
azure-pipelines.yml
with
33 additions
and
5 deletions
.ci/azure-build.yml
+
32
−
5
View file @
21ba39fd
steps
:
-
bash
:
|
./.ci/install.sh
export PATH=/usr/local/bin:${PATH}
-
bash
:
|
export CXX=${CXX_COMPILER}
export CC=${C_COMPILER}
# Use TRAVIS_TAG if defined, or the short commit SHA otherwise
export VERSION=${TRAVIS_TAG:-$(git rev-parse --short HEAD)}
-
bash
:
|
./.ci/install.sh
export PATH=/usr/local/bin:${PATH}
./.ci/script.sh
sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
cp ./.ci/bintray-release.json .
\ No newline at end of file
cp ./.ci/bintray-release.json .
-
task
:
CopyFiles@2
inputs
:
#sourceFolder: # Optional
contents
:
|
'**/*.dmg'
'**/*.AppImage'
targetFolder
:
$(Build.ArtifactStagingDirectory)
#cleanTargetFolder: false # Optional
#overWrite: false # Optional
#flattenFolders: false # Optional
-
task
:
GitHubRelease@0
inputs
:
gitHubConnection
:
Nheko-Reborn
repositoryName
:
'
$(Build.Repository.Name)'
action
:
'
create'
# Options: create, edit, delete
target
:
'
$(Build.SourceVersion)'
# Required when action == Create || Action == Edit
tagSource
:
'
auto'
# Required when action == Create# Options: auto, manual
#tag: # Required when action == Edit || Action == Delete || TagSource == Manual
#title: # Optional
releaseNotesSource
:
'
file'
# Optional. Options: file, input
releaseNotesFile
:
CHANGELOG.md
# Optional
#releaseNotes: # Optional
assets
:
'
$(Build.ArtifactStagingDirectory)/*'
# Optional
assetUploadMode
:
'
delete'
# Optional. Options: delete, replace
#isDraft: false # Optional
isPreRelease
:
true
# Optional
addChangeLog
:
true
# Optional
\ No newline at end of file
This diff is collapsed.
Click to expand it.
azure-pipelines.yml
+
1
−
0
View file @
21ba39fd
...
...
@@ -22,6 +22,7 @@ stages:
C_COMPILER
:
'
clang-6.0'
QT_VERSION
:
'
5.11.1'
QT_PKG
:
'
511'
DEPLOYMENT
:
'
1'
USE_BUNDLED_BOOST
:
'
1'
USE_BUNDLED_CMARK
:
'
1'
USE_BUNDLED_JSON
:
'
1'
...
...
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