Skip to content

Commit

Permalink
add pipeline definition that allows us to run Horton build directly f… (
Browse files Browse the repository at this point in the history
#895)

* add pipeline definition that allows us to run Horton build directly from c PR

* move and rename horton yaml file to match C SDK conventions
  • Loading branch information
BertKleewein authored and YoDaMa committed Mar 12, 2019
1 parent c471a1d commit c7f0f81
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions build/.horton-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
variables:
Horton.FrameworkRoot: $(Agent.BuildDirectory)/e2e-fx
Horton.FrameworkRef: master
Horton.Language: c
Horton.Repo: $(Build.Repository.Uri)
Horton.Commit: $(Build.SourceBranch)
Horton.ForcedImage: ''

resources:
repositories:
- repository: e2e_fx
type: github
name: Azure/iot-sdks-e2e-fx
ref: refs/heads/master
endpoint: 'GitHub OAuth - az-iot-builder-01'

jobs:
- template: vsts/templates/jobs-gate-c.yaml@e2e_fx


0 comments on commit c7f0f81

Please sign in to comment.