mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Automated Blenderbim releases using github actions ci (#1354)
* Initial commit for suggested blenderbim github actions setup * Changed the github repo address from fork to main repo for clarity * Include python version info to appear on asset name. Consider using additional matrix loop on python versions 37 and 39. Currently hardcoded py37 for testing * Cleanup of "python_fcl" files in dist/working before compiling BIMTester * Loop over python 3.7 and 3.9 for all platforms and build 6 releases * Set the correct repository name in the trigger. Also make the trigger only run when "[release]" is added in the commit message.
This commit is contained in:
@@ -239,6 +239,9 @@ endif
|
||||
cd dist/working && unzip python_fcl*
|
||||
cp -r dist/working/fcl dist/blenderbim/libs/site/packages/
|
||||
|
||||
# Cleanup after python_fcl
|
||||
rm -rf dist/working
|
||||
|
||||
# Required by BIMTester
|
||||
mkdir dist/working
|
||||
cd dist/working && wget https://files.pythonhosted.org/packages/c8/4b/d0a8c23b6c8985e5544ea96d27105a273ea22051317f850c2cdbf2029fe4/behave-1.2.6.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user