daml/ci/publish-platform-independence-dar.yml
Robin Krom 0c1878530b
test: test for platform independent dars (#10535)
We add a CI test to check that dars don't depend on the underlying
operating system where the dar is build.

CHANGELOG_BEGIN
CHANGELOG_END
2021-08-17 18:59:12 +02:00

13 lines
372 B
YAML

# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
parameters:
platform: ''
steps:
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: bazel-bin/compiler/damlc/tests/platform-independence.dar
artifactName: platform-independence-dar-${{parameters.platform}}