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
4a6b9f7b
Verified
Commit
4a6b9f7b
authored
5 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Initial cut at azure pipline build
parent
4f1ae960
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
+13
-0
13 additions, 0 deletions
.ci/azure-build.yml
azure-pipelines.yml
+26
-10
26 additions, 10 deletions
azure-pipelines.yml
with
39 additions
and
10 deletions
.ci/azure-build.yml
0 → 100644
+
13
−
0
View file @
4a6b9f7b
steps
:
-
script
:
|
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)}
-
script
:
|
./.ci/script.sh
sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
cp ./.ci/bintray-release.json .
-
script
:
|
./.ci/install.sh
export PATH=/usr/local/bin:${PATH}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
azure-pipelines.yml
+
26
−
10
View file @
4a6b9f7b
...
...
@@ -4,16 +4,32 @@
# https://aka.ms/yaml
trigger
:
-
master
-
master
-
releases/*
pool
:
vmImage
:
'
ubuntu-latest'
pr
:
-
master
-
releases/*
steps
:
-
script
:
echo Hello, world!
displayName
:
'
Run
a
one-line
script'
stages
:
-
stage
:
Build
jobs
:
-
job
:
Linux
pool
:
vmImage
:
'
ubuntu-16.04'
-
script
:
|
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName
:
'
Run
a
multi-line
script'
steps
:
-
template
:
.ci/azure-build.yml
-
job
:
macOS
pool
:
vmImage
:
'
macOS-10.12'
steps
:
-
template
:
.ci/azure-build.yml
-
job
:
Windows
pool
:
vmImage
:
'
vs2017-win2016'
steps
:
-
template
:
.ci/azure-build.yml
\ No newline at end of file
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