-
Couldn't load subscription status.
- Fork 11
WIP: Add script that builds and test Boost library with our toolchain #199
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
Draft
vejbomar
wants to merge
29
commits into
main
Choose a base branch
from
boost-build-test-script
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
Blackhex
reviewed
Sep 23, 2024
17f50e1 to
30ecb18
Compare
4c6da12 to
f0c3082
Compare
61fa2c1 to
72999a7
Compare
b09673b to
2d905fc
Compare
…arnings, chmod python script
They're written for b2 build system but we're using cmake now.
We're moving it to CI instead.
c9fc5aa to
3325dd3
Compare
Use relative cache path because my runner currently has user with different name than default 'runner'.
3325dd3 to
0aaeeb7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a script that builds and tests the Boost library with our toolchain. It's not a part of GitHub actions as we currently don't have an ARM Windows runner with WSL.
Build log from building Boost library on Linux x64 for Windows x64: x64_boost_build.log
Test log from quick testsuit of Boost library built on Linux x64 for Windows x64: x64_boost-test.log