File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,19 @@ schedules:
2
2
adhoc :
3
3
schedule : adhoc
4
4
os :
5
+ - osx/high-sierra
5
6
- ubuntu/trusty64
6
7
java :
7
8
- oraclejdk8
8
9
build :
9
10
- script : |
10
- export DEBIAN_FRONTEND=noninteractive
11
- export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
12
- export PATH=$MAVEN_HOME/bin:$PATH
13
- sudo apt-get update
14
- sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
15
- mvn -B deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
11
+ if [ "$OS_VERSION" = "osx/high-sierra" ]; then
12
+ brew help
13
+ else
14
+ export DEBIAN_FRONTEND=noninteractive
15
+ export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
16
+ export PATH=$MAVEN_HOME/bin:$PATH
17
+ sudo apt-get update
18
+ sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
19
+ mvn -B deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
20
+ fi
You can’t perform that action at this time.
0 commit comments