Skip to content

Commit 75f7ebf

Browse files
committed
osx deploy
1 parent c3fe7e2 commit 75f7ebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ java:
99
build:
1010
- script: |
1111
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
12-
brew help
12+
mvn -B -pl transport-native-kqueue,transport-native-unix-common package -DskipTests
13+
mvn -B deploy -pl transport-native-kqueue -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
1314
else
1415
export DEBIAN_FRONTEND=noninteractive
1516
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5

0 commit comments

Comments
 (0)