Skip to content

build: support specifying subset of platforms#123

Open
umarcor wants to merge 1 commit intogodotengine:mainfrom
umarcor:umarcor/subset
Open

build: support specifying subset of platforms#123
umarcor wants to merge 1 commit intogodotengine:mainfrom
umarcor:umarcor/subset

Conversation

@umarcor
Copy link
Copy Markdown
Contributor

@umarcor umarcor commented Apr 9, 2023

This PR is based on #121.

Instead of building all the images when ./build.sh is executed, this PR allows specifying a subset through a comma-separated list.

@umarcor umarcor force-pushed the umarcor/subset branch 3 times, most recently from 457a961 to f67bf73 Compare April 19, 2023 17:46
@Calinou Calinou added the enhancement New feature or request label Apr 19, 2023
Comment thread build.sh

source $basedir/setup.sh

platforms="linux,windows,web,android,osx,ios,msvc"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The msvc platform doesn't work currently, so it shouldn't be built by default. That's why it's disabled in main.

@Virus-Axel
Copy link
Copy Markdown

This is a pretty neat feature to have when building images from another SCons file. What is the status of this? How about removing the msvc from default platforms?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants