-
Notifications
You must be signed in to change notification settings - Fork 0
feat: github actions and dokka config #132
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
base: v2/examples-module
Are you sure you want to change the base?
Conversation
branch: "xap-sdk-code-update-$(date +'%Y%m%d%H%M%S')" | ||
add-paths: . | ||
|
||
- name: Publish SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Publishing the SDK should be moved into a separate action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
branch: "xap-sdk-code-update-$(date +'%Y%m%d%H%M%S')" | ||
add-paths: . | ||
|
||
- name: Publish SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Situation
After the efforts we have put onto redesigning our SDK platform, we are aiming to integrate the XAP SDK with the new platform tools.
The scope for this PR is to delete code and maven settings to initiate the ground for migrating to new SDK core.
Task
Add initial GitHub Actions.
Action
Added initial GitHub Actions.
Testing
NaN
Results
NaN
Notes
NaN