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 21:43:30 UTC

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

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

 ##########
 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:
   are there platform specific environments for testing on? since go allows for native modules, this may become necessary at some point.

----------------------------------------------------------------
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