Skip to content

Instantly share code, notes, and snippets.

@dan-lind
Created July 16, 2016 19:43
Show Gist options
  • Save dan-lind/ec4b7e1058e809e54e26c0c51ecdb211 to your computer and use it in GitHub Desktop.
Save dan-lind/ec4b7e1058e809e54e26c0c51ecdb211 to your computer and use it in GitHub Desktop.
if [ "$CHIP" == "cpu" ]; then
checkexit mvn clean install -DskipTests -Dmaven.javadoc.skip=true -pl '!:nd4j-cuda-7.5,!:nd4j-tests'
else
checkexit mvn clean install -DskipTests -Dmaven.javadoc.skip=true -pl '!:nd4j-tests'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment