diff options
Diffstat (limited to 'libc/ci/azure-master.yml')
-rw-r--r-- | libc/ci/azure-master.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libc/ci/azure-master.yml b/libc/ci/azure-master.yml deleted file mode 100644 index d7bcb7c..0000000 --- a/libc/ci/azure-master.yml +++ /dev/null @@ -1,22 +0,0 @@ -variables: - - group: secrets -resources: - repositories: - - repository: rustinfra - type: github - name: rust-lang/simpleinfra - endpoint: gnzlbg -trigger: ["master"] -pr: ["master"] - -jobs: - - job: StyleAndDocs - pool: - vmImage: ubuntu-16.04 - steps: - - template: azure-install-rust.yml - - script: LIBC_CI=1 sh ci/dox.sh - displayName: Generate documentation - - template: azure-configs/static-websites.yml@rustinfra - parameters: - deploy_dir: target/doc |