Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split distDokcer, build and tests in separate tasks #20

Closed
csantanapr opened this issue May 1, 2018 · 0 comments
Closed

split distDokcer, build and tests in separate tasks #20

csantanapr opened this issue May 1, 2018 · 0 comments
Assignees

Comments

@csantanapr
Copy link
Member

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
@csantanapr csantanapr self-assigned this May 1, 2018
sciabarracom added a commit to sciabarracom/openwhisk-runtime-go that referenced this issue Aug 17, 2019
* actionloop ruby

* whitespace :(

* whitespace, again :(((

* update docker

* different way to update docker

* os-release

* installing the right docker for trusty

* missing sudo

* missing bin/compile

* formatting scala...

* tests and licenses

* reformat scala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant