-
Notifications
You must be signed in to change notification settings - Fork 30
Add swift-server CI #54
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
Conversation
|
@fabianfett how do builds get triggered? |
|
@swift-server-bot test this please |
|
@Joannis CI should be triggered automatically once I set them up, or they can be force-triggered using "test this please" comment (e.g., #54 (comment)) |
|
CI fails as expected. Will fix with follow up PR #52. |
yim-lee
left a comment
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.
CI jobs are configured. We can add soundness check job etc. later when ready. Just let me know.
| ARG swiftformat_version=0.48.8 | ||
| RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format | ||
| RUN cd $HOME/.tools/swift-format && swift build -c release | ||
| RUN ln -s $HOME/.tools/swift-format/.build/release/swiftformat $HOME/.tools/swiftformat |
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.
Can remove this block if there is no plan to run swiftformat.
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.
I intend to enable it very soon :)
Motivation
We want to use the swift-server CI going forward. For this we need to add a bunch of docker magic to work.
Changes
Open ends
Some of the CI jobs will fail. We should enable it and one by one make it green. First one is already posted: #52.