-
Notifications
You must be signed in to change notification settings - Fork 22
Release automation #194
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
Merged
Merged
Release automation #194
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
49f5ede
Add build matrix
giallu e042248
Enable multiprocessing on all platforms
JanCBrammer bbab0e0
Make arguments to executable platform-specific
JanCBrammer 69f11d1
Obtain CPU count in platform-agnostic way
JanCBrammer 4aba369
Adapt build workflow to CMake configuration
JanCBrammer 94aa402
Sign artifacts
JanCBrammer f29437b
Remove unnecessary Path conversion
JanCBrammer fe14030
Remove TestConfig
JanCBrammer d7506bd
Fix typos
JanCBrammer 57541e0
Make pytest discovery more specific
JanCBrammer e47f335
Include all dependencies
JanCBrammer 2e8b0dd
Include CMakeCache.txt files in release
JanCBrammer f823048
Remove INCHI-1-BIN
JanCBrammer 0eb4c0e
Release v1.07.5
JanCBrammer 8e8bdd7
Improve syntax of GitHub actions
JanCBrammer 78d149d
Remove unnecessary write permission
JanCBrammer 9b7da2d
Make build matrix verification more explicit
JanCBrammer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| [ | ||
| { | ||
| "os": "ubuntu-22.04", | ||
| "slug": "linux", | ||
| "name": "Ubuntu 22.04", | ||
| "pre_build": "sudo apt update && sudo apt install -y cmake && python3 -m pip install -e INCHI-1-TEST[invariance-tests]", | ||
| "build_exe": "cmake --build CMake_build/cli_build", | ||
| "build_lib": "cmake --build CMake_build/libinchi_build", | ||
| "exe_path": "CMake_build/cli_build/bin/inchi-1", | ||
| "lib_path": "CMake_build/libinchi_build/bin/libinchi.so", | ||
| "main_path": "CMake_build/libinchi_build/bin/inchi_main" | ||
| }, | ||
| { | ||
| "os": "windows-2022", | ||
| "slug": "windows", | ||
| "name": "Windows Server 2022", | ||
| "pre_build": "python -m pip install -e INCHI-1-TEST[invariance-tests]", | ||
| "build_exe": "cmake --build CMake_build/cli_build --config Release", | ||
| "build_lib": "cmake --build CMake_build/libinchi_build --config Release", | ||
| "exe_path": "CMake_build/cli_build/bin/Release/inchi-1.exe", | ||
| "lib_path": "CMake_build/libinchi_build/bin/Release/libinchi.dll", | ||
| "main_path": "CMake_build/libinchi_build/bin/Release/inchi_main.exe" | ||
|
|
||
| }, | ||
| { | ||
| "os": "macos-14", | ||
| "slug": "macos", | ||
| "name": "MacOS 14", | ||
| "pre_build": "python -m pip install -e INCHI-1-TEST[invariance-tests]", | ||
| "build_exe": "cmake --build CMake_build/cli_build", | ||
| "build_lib": "cmake --build CMake_build/libinchi_build", | ||
| "exe_path": "CMake_build/cli_build/bin/inchi-1", | ||
| "lib_path": "CMake_build/libinchi_build/bin/libinchi.dylib", | ||
| "main_path": "CMake_build/libinchi_build/bin/inchi_main" | ||
| } | ||
| ] | ||
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.