Skip to content

Commit

Permalink
Adding CI coverage to NativeAOT branch (#25)
Browse files Browse the repository at this point in the history
* Adding CI coverage to NativeAOT branch

* Increase build timeout to 90 minutes
  • Loading branch information
joperezr authored Jul 24, 2020
1 parent 04a2aab commit 4796bd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eng/pipelines/runtimelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
batch: true
branches:
include:
# Add Experiment branch here
- NativeAOT
paths:
include:
- '*'
Expand All @@ -26,7 +26,7 @@ trigger:
pr:
branches:
include:
# Add Experiment branch here
- NativeAOT
paths:
include:
- '*'
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
- Linux_x64
- Windows_NT_x64
jobParameters:
timeoutInMinutes: 90
testGroup: innerloop
buildArgs: -s clr+libs+installer -c debug -runtimeConfiguration Checked
extraStepsTemplate: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
Expand All @@ -78,6 +79,7 @@ jobs:
- Linux_x64
- Windows_NT_x64
jobParameters:
timeoutInMinutes: 90
testGroup: innerloop
buildArgs: -s clr+libs+libs.tests+installer -c $(_BuildConfig) /p:ArchiveTests=true
extraStepsTemplate: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
Expand Down

0 comments on commit 4796bd4

Please sign in to comment.