Skip to content

Commit

Permalink
Merge pull request #21 from mrakitin/azure
Browse files Browse the repository at this point in the history
Enable Azure Pipelines integration
  • Loading branch information
mrakitin authored Sep 23, 2019
2 parents 349f5ef + 7965335 commit d173c50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/bl-specific.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

# cp -v <...> ~/.ipython/profile_${TEST_PROFILE}/

conda install -y -c ${CONDA_CHANNEL_NAME} 02-id-six-collection
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
resources:
repositories:
- repository: templates
type: github
name: NSLS-II/profile-collection-ci
# ref: refs/heads/<branch-name> # 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

0 comments on commit d173c50

Please sign in to comment.