summaryrefslogtreecommitdiff
path: root/azure-pipelines/nightly.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/nightly.yml')
-rw-r--r--azure-pipelines/nightly.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines/nightly.yml b/azure-pipelines/nightly.yml
index a75a9cc24..97b447995 100644
--- a/azure-pipelines/nightly.yml
+++ b/azure-pipelines/nightly.yml
@@ -71,7 +71,7 @@ jobs:
pool:
vmImage: 'macOS-10.15'
steps:
- - bash: . '$(Build.SourcesDirectory)/azure-pipelines/setup-osx.sh'
+ - bash: . '$(Build.SourcesDirectory)/ci/setup-osx.sh'
displayName: Setup
- template: bash.yml
parameters:
@@ -114,7 +114,7 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- - bash: . '$(Build.SourcesDirectory)\azure-pipelines\setup-mingw.sh'
+ - bash: . '$(Build.SourcesDirectory)\ci\setup-mingw.sh'
displayName: Setup
env:
TEMP: $(Agent.TempDirectory)
@@ -133,7 +133,7 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- - bash: . '$(Build.SourcesDirectory)\azure-pipelines\setup-mingw.sh'
+ - bash: . '$(Build.SourcesDirectory)\ci\setup-mingw.sh'
displayName: Setup
workingDirectory: '$(Build.BinariesDirectory)'
env: