Skip to content

Commit a8fda6d

Browse files
committed
move azure/ to .azure/
1 parent a51339e commit a8fda6d

16 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

azure/setup.yml renamed to .azure/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
99
sudo -u postgres psql -c "CREATE DATABASE test;"
1010
displayName: 'Setup'
11-
- script: ./azure/setup-slapd.sh
11+
- script: .azure/setup-slapd.sh
1212
displayName: 'Configure slapd'
1313
- script: |
1414
set -e
File renamed without changes.
File renamed without changes.

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,37 @@ schedules:
2424
- master
2525

2626
jobs:
27-
- template: azure/i386/job.yml
27+
- template: .azure/i386/job.yml
2828
parameters:
2929
configurationName: I386_DEBUG_ZTS
3030
configurationParameters: '--enable-debug --enable-zts'
3131
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
32-
- template: azure/i386/job.yml
32+
- template: .azure/i386/job.yml
3333
parameters:
3434
configurationName: I386_DEBUG_NTS
3535
configurationParameters: '--enable-debug --disable-zts'
36-
- template: azure/i386/job.yml
36+
- template: .azure/i386/job.yml
3737
parameters:
3838
configurationName: I386_RELEASE_NTS
3939
configurationParameters: '--disable-debug --disable-zts'
40-
- template: azure/i386/job.yml
40+
- template: .azure/i386/job.yml
4141
parameters:
4242
configurationName: I386_RELEASE_ZTS
4343
configurationParameters: '--disable-debug --enable-zts'
44-
- template: azure/community_job.yml
44+
- template: .azure/community_job.yml
4545
parameters:
4646
configurationName: COMMUNITY
4747
configurationParameters: >-
4848
--enable-debug --enable-zts
4949
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
5050
LDFLAGS='-fsanitize=undefined,address'
5151
timeoutInMinutes: 90
52-
- template: azure/coverage_job.yml
52+
- template: .azure/coverage_job.yml
5353
parameters:
5454
configurationName: COVERAGE_DEBUG_ZTS
5555
configurationParameters: '--enable-debug --disable-zts'
5656
timeoutInMinutes: 90
57-
- template: azure/file_cache_job.yml
57+
- template: .azure/file_cache_job.yml
5858
parameters:
5959
configurationName: DEBUG_NTS_FILE_CACHE
6060
configurationParameters: '--enable-debug --disable-zts'

0 commit comments

Comments
 (0)