From 796533586415a1ae68f90b1fc104eabd228488f2 Mon Sep 17 00:00:00 2001 From: Maksim Rakitin Date: Fri, 13 Sep 2019 01:45:54 -0400 Subject: [PATCH] Enable Azure Pipelines integration --- .ci/bl-specific.sh | 5 +++++ azure-pipelines.yml | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .ci/bl-specific.sh create mode 100644 azure-pipelines.yml diff --git a/.ci/bl-specific.sh b/.ci/bl-specific.sh new file mode 100644 index 0000000..52e773d --- /dev/null +++ b/.ci/bl-specific.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# cp -v <...> ~/.ipython/profile_${TEST_PROFILE}/ + +conda install -y -c ${CONDA_CHANNEL_NAME} 02-id-six-collection diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..a0dcc3b --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,12 @@ +resources: + repositories: + - repository: templates + type: github + name: NSLS-II/profile-collection-ci + # ref: refs/heads/ # for future testings on a branch of NSLS-II/profile-collection-ci + endpoint: github + +jobs: +- template: azure-linux.yml@templates # Template reference + parameters: + beamline_acronym: SIX