Skip to content

norse-rs/azure-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-ci

NORSE

Small collection of Azure Pipelines scripts for use in Rust projects.

Example

Running rustfmt, clippy and tests on the repository:

stages:
 - stage: Lint
   jobs:
     - template: job-fmt.yaml@templates
     - template: job-clippy.yaml@templates
 - stage: Test
   jobs:
     - template: job-test.yaml@templates

resources:
  repositories:
    - repository: templates
      type: github
      name: norse-rs/azure-ci
      endpoint: <ENDPOINT>

Releases

No releases published

Packages

No packages published