From 57fb6fe0b1de475904f62ea7ee3b60ea7a4ad343 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 3 Jan 2022 21:51:35 +0100 Subject: [PATCH] start experimenting --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b149f4bd4e..121b3f8b57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,13 @@ trigger: - master + +variables: +- group: cachix-write + jobs: - job: Linux + enabled: false pool: vmImage: 'ubuntu-20.04' steps: @@ -35,6 +40,7 @@ jobs: buildPlatform: 'x86_64-linux' - job: macOS + enabled: false pool: vmImage: 'macOS-10.15' steps: @@ -63,6 +69,7 @@ jobs: buildPlatform: 'x86_64-macos' - job: nix_68k + enabled: false pool: vmImage: 'ubuntu-20.04' steps: