Build Windows Release with CMake#60159
Closed
alef wants to merge 341 commits intoCleverRaven:masterfrom
Closed
Conversation
akrieger
reviewed
Aug 28, 2022
Retractable "3D" sprites for walls etc.
* add technomancer adept weapon as tool alongside normal version * add magus adept weapon as tool alongside normal version * add animist adept weapon as tool alongside normal version
* [DinoMod] dino carriers * add wood variant to innawoods * revert innawood change * Create recipe_others.json * spawn in dino locations * Update pets.json * Update pets.json * Update pets.json
* Nested-Misc ammo & components * Typo
quality steel and steel products for modular workshop
Currently the game will not allow any item incompatible with power armor Non-covering items should be allowed as they don't obstruct power armor Co-authored-by: nopen <nopen>
Co-authored-by: Venera3 <Venera3@users.noreply.github.com>
Appliance: option to unplug power connections
* Add toolmod to power devices with bionic power. * fixzes more whitespace. * Doublespaced the period
Change wrapped radiation badge to match (unwrapped) radiation badge
…leverRaven#60180) * Update JSON_FLAGS.md * Update JSON_FLAGS.md
* Update recipe_deconstruction.json * Update furniture-tools.json * Update furniture-tools.json * Update recipe_deconstruction.json * Update recipe_deconstruction.json * Update recipe_vehicle.json * Update parts.json * Update frames.json * Update vehicle_parts.json
* Fix: shed loose connections when taking down appliance * Fix: don't count fake parts when choosing to remove vehicle
It uses DOS short names to workaround a CMake issue.
Add builtin crc32 to silence reduntant-decls
Co-authored-by: akrieger <akrieger@users.noreply.github.com>
Member
|
Something seems to have gone poorly with the last push. |
Contributor
Author
Yes, I am closing this. Will try to make smaller PR in the future. Thanks for the review, I have took note of your comments. |
3 tasks
4 tasks
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
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.
Summary
None
Purpose of change
WARNING: CMake build is NOT official and should be used for dev purposes ONLY.
Use CMake and VCPKG to build a MinGW release, including GitHub Actions.
Describe the solution
doc/COMPILINGrelease.ymlDescribe alternatives you've considered
Same as in #56875
Testing
doc/COMPILING/COMPILING-CMAKE-VCPKG.mdon Windows and Ubuntu.cmake.ymlunder GHA at my account.You may prefer disabling it by clicking Actions -> All Workflows: CMake Release -> [...] -> Disable workflow.
Additional context