Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
vsolovev committed Mar 23, 2024
1 parent d97ec8b commit a4f5489
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
branches:
include:
- master
name: $(Date:yyyy).$(Date:MM).$(Date:dd).$(BuildID)-$(Build.SourceBranchName)
resources:
repositories:
- repository: self
type: git
ref: master
jobs:
- job: Job_1
displayName: Agent job 1
pool:
name: default
steps:
- script: echo Docs!
displayName: 'Docs'

0 comments on commit a4f5489

Please sign in to comment.