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

SkyApi make targets #51

Closed
8 tasks done
olemis opened this issue May 18, 2019 · 1 comment
Closed
8 tasks done

SkyApi make targets #51

olemis opened this issue May 18, 2019 · 1 comment
Assignees
Labels
ci Tests and continuous integration openapi Related to REST and OpenAPI specs stdev wip Work in progress
Milestone

Comments

@olemis
Copy link
Contributor

olemis commented May 18, 2019

Add new targets:

  • install-deps-skyapi to install cmake, libcurl, ...
  • Remove install-lib-curl after merging rules into install-deps-skyapi
  • install-deps to install deps for both libc and skyapi
  • build-skyapi to build Swagger-based library (depends on install-skyapi-deps)
  • build to trigger both build-libc as well as build-skyapi
  • platform-specific targets that might be needed for all of the above
  • use Travis apt addon to install modern cmake for CI
  • Document make targets in README.md
@olemis olemis added stdev wip Work in progress ci Tests and continuous integration openapi Related to REST and OpenAPI specs labels May 18, 2019
@olemis olemis added this to the 0.25.1 milestone May 18, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 18, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 19, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 20, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 20, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 20, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 20, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 20, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 20, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 21, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
This reverts commit e8468cc.

Conflicts:
	lib/curl/CMakeLists.txt
	lib/curl/install_lib_curl.sh
ref skycoin#51
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 23, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
olemis added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
Packages openssl, curl, uncrustify.
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevAlDen pushed a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
stdevMac added a commit to simelo/libskycoin.orig that referenced this issue May 24, 2019
olemis added a commit that referenced this issue May 25, 2019
@olemis
Copy link
Contributor Author

olemis commented May 25, 2019

fixed by 03040c8

@olemis olemis closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Tests and continuous integration openapi Related to REST and OpenAPI specs stdev wip Work in progress
Projects
None yet
Development

No branches or pull requests

2 participants