Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
c7e5eca6
Commit
c7e5eca6
authored
Feb 28, 2019
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "foo"
This reverts commit
1fe3fa5e
.
parent
1fe3fa5e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
32 deletions
+0
-32
azure-pipelines.yml
+0
-0
azure-pipelines/ssh.yml
+0
-32
No files found.
azure-pipelines.yml
View file @
c7e5eca6
This diff is collapsed.
Click to expand it.
azure-pipelines/ssh.yml
deleted
100644 → 0
View file @
1fe3fa5e
# These are the steps used for ssh'ing into a remote host to build and test.
steps
:
-
task
:
SSH@0
displayName
:
'
Create
Build
Directory'
inputs
:
sshEndpoint
:
freebsd
commands
:
|
set -e
REMOTE_BASEDIR=$(mktemp -d -t build)
REMOTE_SOURCEDIR="${REMOTE_BASEDIR}/src"
REMOTE_OUTPUTDIR="${REMOTE_BASEDIR}/build"
mkdir "${REMOTE_SOURCEDIR}"
mkdir "${REMOTE_OUTPUTDIR}"
echo "##vso[task.setvariable variable=Remote.BaseDir]${REMOTE_BASEDIR}"
echo "##vso[task.setvariable variable=Remote.SourceDir]${REMOTE_SOURCEDIR}"
echo "##vso[task.setvariable variable=Remote.OutputDir]${REMOTE_OUTPUTDIR}"
-
task
:
CopyFilesOverSSH@0
displayName
:
'
Securely
copy
files
to
the
remote
machine'
inputs
:
sshEndpoint
:
freebsd
sourceFolder
:
'
$(Build.SourcesDirectory)'
targetFolder
:
'
$(Remote.SourceDir)'
-
task
:
SSH@0
displayName
:
'
Create
Build
Directory'
inputs
:
sshEndpoint
:
freebsd
commands
:
|
set -e
cd $(Remote.OutputDir)
$(Remote.SourceDir)/ci/build.sh
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