-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add GitHub Actions which publish to PyPI #48
Commits on Feb 8, 2021
-
Add Makefile for building and uploading to PyPI.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7df5ec0 - Browse repository at this point
Copy the full SHA 7df5ec0View commit details
Commits on Feb 16, 2021
-
Adding make-env to create build environment.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e718e2f - Browse repository at this point
Copy the full SHA e718e2fView commit details -
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38e1536 - Browse repository at this point
Copy the full SHA 38e1536View commit details -
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acd982d - Browse repository at this point
Copy the full SHA acd982dView commit details -
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c2599 - Browse repository at this point
Copy the full SHA b6c2599View commit details -
Remove the build directory if it already exists.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bac370b - Browse repository at this point
Copy the full SHA bac370bView commit details -
Use all available CPUs, not just 2.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 383f86d - Browse repository at this point
Copy the full SHA 383f86dView commit details -
Don't give cmake build command -j on Windows.
Fixes chipsalliance#47. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ab0355 - Browse repository at this point
Copy the full SHA 6ab0355View commit details -
Temporarily shut up excess warnings.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40d1ca4 - Browse repository at this point
Copy the full SHA 40d1ca4View commit details -
Working on publishing to PyPI.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ab20eb - Browse repository at this point
Copy the full SHA 0ab20ebView commit details -
Ignore existing packages on test.pypi.org
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b11959e - Browse repository at this point
Copy the full SHA b11959eView commit details -
Ignore errors when using shutil.rmtree.
Otherwise on Windows you get errors like; ``` PermissionError: [WinError 5] Access is denied: 'build\\temp.win-amd64-3.6\\Release\\antlr4_runtime\\src\\antlr4_runtime\\.git\\objects\\pack\\pack-65bd2f6de8e3018d18b83281edd60df81726e772.idx' ``` Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0922a47 - Browse repository at this point
Copy the full SHA 0922a47View commit details -
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea2fbb8 - Browse repository at this point
Copy the full SHA ea2fbb8View commit details -
Only add flags on certain platforms.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04c4f63 - Browse repository at this point
Copy the full SHA 04c4f63View commit details -
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d920758 - Browse repository at this point
Copy the full SHA d920758View commit details -
Disable -Wno-attributes command.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a2bebe - Browse repository at this point
Copy the full SHA 5a2bebeView commit details -
Try to add
/std:c++latest
on Windows.Otherwise; ``` D:\a\fasm\fasm\src\ParseFasm.cpp(296,29): error C7555: use of designated initializers requires at least '/std:c++latest' [D:\a\fasm\fasm\build\temp.win-amd64-3.6\Release\parse_fasm_tests.vcxproj] ``` Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c873600 - Browse repository at this point
Copy the full SHA c873600View commit details -
Disable '-Wimplicit-fallthrough=0'.
Otherwise it fails on MacOS X with; ``` error: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Werror,-Wunknown-warning-option] ``` Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e5a1ba - Browse repository at this point
Copy the full SHA 8e5a1baView commit details -
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78023b0 - Browse repository at this point
Copy the full SHA 78023b0View commit details -
Adding reference to github issue for cmake improvements.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6504ed8 - Browse repository at this point
Copy the full SHA 6504ed8View commit details