summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luapplib/azure-pipelines.yml')
-rw-r--r--Build/source/texk/web2c/luatexdir/luapplib/azure-pipelines.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luapplib/azure-pipelines.yml b/Build/source/texk/web2c/luatexdir/luapplib/azure-pipelines.yml
deleted file mode 100644
index 365abe00716..00000000000
--- a/Build/source/texk/web2c/luatexdir/luapplib/azure-pipelines.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-# C/C++ with GCC
-# Build your C/C++ project with GCC using make.
-# Add steps that publish test results, save build artifacts, deploy, and more:
-# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
-
-trigger:
-- master
-
-jobs:
-
-- job: Build
-
- strategy:
- matrix:
- linux:
- imageName: "ubuntu-16.04"
- mac:
- imageName: "macos-10.13"
- windows:
- imageName: "vs2017-win2016"
- maxParallel: 3
-
- pool:
- vmImage: $(imageName)
-
- steps:
- - checkout: self
- submodules: recursive
- - task: CMake@1
- displayName: 'CMake ..'
- inputs:
- cmakeArgs: '..'
- - task: CMake@1
- displayName: 'CMake --build . --config Debug'
- inputs:
- cmakeArgs: '--build . --config Debug'