Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CI/AzurePipelines/ContinuousBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ steps:
git config --global user.name "Dummy Name"
displayName: 'Config git'

- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
addToPath: true
architecture: 'x64'

- task: PythonScript@0
displayName: 'Build'
inputs:
Expand Down
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,13 @@ stages:

- job: macOS_10_clang
pool:
vmImage: macOS 10.14
vmImage: macOS-10.15

variables:
compiler: clang9
combination: 'osx-$(compiler)-$(platform)-$(configuration)'
buildFolder: 'Build/ninja-$(combination)'
installCommand: |
brew update
brew install ninja
testCommand: './$(buildFolder)/Bin/ShaderConductorTest'
artifactBinaries: |
Expand Down