You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/15 17:44:45 UTC

[GitHub] dubee commented on a change in pull request #328: Fix the Travis slow building issue

dubee commented on a change in pull request #328: Fix the Travis slow building issue
URL: https://github.com/apache/incubator-openwhisk-cli/pull/328#discussion_r195816404
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -59,14 +59,15 @@ before_script:
   - ./incubator-openwhisk/tools/travis/setup.sh
 
 script:
-  - cd $TRAVIS_BUILD_DIR/../incubator-openwhisk
-  - ./gradlew install
+#  - cd $TRAVIS_BUILD_DIR/../incubator-openwhisk
+#  - ./gradlew install
   - cd $TRAVIS_BUILD_DIR
   - export BUILD_VERSION="latest"
   - if [ ! -z "$TRAVIS_TAG" ] ; then
         export BUILD_VERSION=$TRAVIS_TAG;
     fi
-  - ./gradlew --console=plain releaseBinaries -PpackageVersion=$BUILD_VERSION
+  - ./gradlew compile -PnativeCompile
 
 Review comment:
   Do all of the releases still get built with this native compile change?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services