Skip to content

Instantly share code, notes, and snippets.

@Iyemon-018
Created January 24, 2019 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Iyemon-018/74e418a550fce6402027c6e8e12fe056 to your computer and use it in GitHub Desktop.
Save Iyemon-018/74e418a550fce6402027c6e8e12fe056 to your computer and use it in GitHub Desktop.
resources:
- repo: self
queue:
name: Hosted Ubuntu 1604
steps:
- bash: |
# Write your commands here
# Use the environment variables input below to pass secret variables to this script
util/docker_build.sh ergodox_ez:default
displayName: 'Build Docker build srcipt'
- task: CopyFiles@2
displayName: 'Copy Files to: $(Build.ArtifactStagingDirectory)'
inputs:
SourceFolder: .build
Contents: '**/ergodox_ez_default.hex'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: .build'
inputs:
ArtifactName: .build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment