From dcc105ea1bd28b39f68b805b36765327be6de763 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 8 Sep 2019 00:20:21 -0400 Subject: [PATCH] ci: Add a build target for musl --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca36fff9..f2cb6cdb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,7 @@ stages: !.* targets: - x86_64-unknown-linux-gnu + - x86_64-unknown-linux-musl # Windows support temporarily disabled # - x86_64-pc-windows-gnu # - x86_64-pc-windows-msvc