Skip to content

Commit 64e154d

Browse files
committed
CI Test
1 parent 3727707 commit 64e154d

File tree

2 files changed

+589
-591
lines changed

2 files changed

+589
-591
lines changed

azure-pipelines.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ stages:
3939
testResultsFormat: 'JUnit' # Options: JUnit, NUnit, VSTest, xUnit, cTest
4040
testResultsFiles: '**/TEST-*.xml'
4141
condition: failed()
42-
43-
- job: Linux_OSX
44-
strategy:
45-
matrix:
46-
ubuntu_16:
47-
imageName: 'ubuntu-16.04'
48-
ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION: "OFF"
49-
ORG_GRADLE_PROJECT_TILEDB_S3: "OFF"
50-
macOS:
51-
imageName: 'macOS-10.14'
52-
ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION: "OFF"
53-
ORG_GRADLE_PROJECT_TILEDB_S3: "OFF"
54-
pool:
55-
vmImage: $(imageName)
56-
steps:
57-
- template: ci/tiledb-java-linux_osx.yml
42+
#
43+
# - job: Linux_OSX
44+
# strategy:
45+
# matrix:
46+
# ubuntu_16:
47+
# imageName: 'ubuntu-16.04'
48+
# ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION: "OFF"
49+
# ORG_GRADLE_PROJECT_TILEDB_S3: "OFF"
50+
# macOS:
51+
# imageName: 'macOS-10.14'
52+
# ORG_GRADLE_PROJECT_TILEDB_SERIALIZATION: "OFF"
53+
# ORG_GRADLE_PROJECT_TILEDB_S3: "OFF"
54+
# pool:
55+
# vmImage: $(imageName)
56+
# steps:
57+
# - template: ci/tiledb-java-linux_osx.yml
5858

5959
- stage: BuildNativeLibs
6060
condition: or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/tags'))

0 commit comments

Comments
 (0)