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/05/01 19:40:13 UTC

[GitHub] csantanapr opened a new issue #20: split distDokcer, build and tests in separate tasks

csantanapr opened a new issue #20: split distDokcer, build and tests in separate tasks
URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/20
 
 
   Today distDocker depends go build, and go build depends on go test
   
   We should split them in seperate tasks, then in Travis run them in different steps.
   
   Also to speed dev, and since tests don't run on OSX they will fail.
   
   Compile/Build go code
   ```
   ./gradlew build
   ```
   
   Run go tests
   ```
   ./gradlew tests
   ```
   
   Build docker image
   ```
   ./gradlew distDocker
   ```
   

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