Build all of //daml-foundations/daml-tools on Windows (#1046)

This commit is contained in:
Moritz Kiefer 2019-05-09 16:08:20 +02:00 committed by GitHub
parent 786e642e22
commit cb63adf63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View File

@ -55,10 +55,7 @@ function build-full() {
//3rdparty/... `
//nix/third-party/gRPC-haskell:grpc-haskell `
//daml-assistant:daml `
//daml-foundations/daml-tools/daml-extension/... `
//daml-foundations/daml-tools/da-hs-damlc-app:damlc-dist `
//daml-foundations/daml-tools/docs/... `
//daml-foundations/daml-tools/language-server-tests:lib-js `
//daml-foundations/daml-tools/... `
//daml-lf/archive:daml_lf_archive_scala `
//daml-lf/archive:daml_lf_archive_protos_zip `
//daml-lf/archive:daml_lf_archive_protos_tarball `

View File

@ -77,6 +77,7 @@ da_haskell_test(
"tasty-hunit",
],
main_function = "Cli.main",
src_strip_prefix = "tests",
visibility = ["//visibility:private"],
deps = [
":da-hs-daml-cli",
@ -97,6 +98,7 @@ da_haskell_test(
"tasty-hunit",
],
main_function = "DamlcTest.main",
src_strip_prefix = "tests",
visibility = ["//visibility:private"],
deps = [
":da-hs-daml-cli",

View File

@ -79,13 +79,13 @@ sh_test(
args = [
"$(location :damlc-dist.tar.gz)",
"$(location :test/Main.daml)",
"$(location @tar_nix//:bin/tar)",
"$(location @gzip_nix//:bin/gzip)",
"$(location @tar_dev_env//:tar)",
"$(location @gzip_dev_env//:gzip)",
],
data = [
":damlc-dist.tar.gz",
":test/Main.daml",
"@gzip_nix//:bin/gzip",
"@tar_nix//:bin/tar",
"@gzip_dev_env//:gzip",
"@tar_dev_env//:tar",
],
)