Skip to content

Comments

Add build script without setup.py support#45

Merged
abn merged 2 commits intomasterfrom
add-build-script-without-setup-support
Jul 23, 2020
Merged

Add build script without setup.py support#45
abn merged 2 commits intomasterfrom
add-build-script-without-setup-support

Conversation

@sdispater
Copy link
Member

Since we can now disable the generation of the setup.py file, we need a way to make the build scripts feature work without it.

This PR takes care of it by assuming that if the generation is disabled and a build script file is referenced then the build script is self sufficient and will take care of compiling and copying necessary files to the project. An example of such a build script has been added to the test fixtures.

  • Added tests for changed code.
  • Updated documentation for changed code.

@sdispater sdispater force-pushed the add-build-script-without-setup-support branch from 620016b to b238226 Compare July 22, 2020 20:42
@sdispater sdispater force-pushed the add-build-script-without-setup-support branch from b238226 to 8eac0ab Compare July 22, 2020 20:49
@abn abn merged commit ef98af7 into master Jul 23, 2020
@abn abn deleted the add-build-script-without-setup-support branch July 23, 2020 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants