Skip to content

Commit b0c378f

Browse files
committed
Add release builds
1 parent 38fac6e commit b0c378f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

eng/pipelines/coreclr/interpreter.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ extends:
1010
- stage: Build
1111
jobs:
1212

13+
#
14+
# Release builds
15+
#
16+
- template: /eng/pipelines/common/platform-matrix.yml
17+
parameters:
18+
jobTemplate: /eng/pipelines/common/global-build-job.yml
19+
buildConfig: release
20+
platforms:
21+
- linux_x64
22+
- osx_arm64
23+
- osx_x64
24+
jobParameters:
25+
buildArgs: -s clr -c $(_BuildConfig)
26+
postBuildSteps:
27+
- template: /eng/pipelines/coreclr/templates/build-native-test-assets-step.yml
28+
extraVariablesTemplates:
29+
- template: /eng/pipelines/common/templates/runtimes/native-test-assets-variables.yml
30+
parameters:
31+
testGroup: outerloop
32+
1333
#
1434
# Checked builds
1535
#

0 commit comments

Comments
 (0)