Compare commits

...

6 Commits

Author SHA1 Message Date
Andrej730 d66c7195e9 Show sh commands before running them 2025-09-29 17:19:58 +05:00
Andrej730 9c31f866b3 skip build 2025-09-29 17:15:49 +05:00
Andrej730 0c3767c3da Dissable index.json update 2025-09-29 17:11:40 +05:00
Andrej730 c37df177cb temporarily disable new builds 2025-09-29 17:11:00 +05:00
Andrej730 9e2fb4c545 ci-bonsai-daily.yml - use tag that will cause a crash 2025-09-29 17:10:44 +05:00
Andrej730 f4fcc43960 make it crash 2025-09-29 17:02:51 +05:00
3 changed files with 6 additions and 22 deletions
+3 -19
View File
@@ -30,6 +30,7 @@ jobs:
build:
needs: activate
if: false # Temporarily disabled
name: ${{ matrix.config.name }}-${{ matrix.pyver }}
runs-on: ubuntu-latest
strategy:
@@ -89,7 +90,6 @@ jobs:
body: "See README in https://github.com/IfcOpenShell/bonsai_unstable_repo/ on how to setup autoupdates for daily Bonsai builds."
update-extensions-repo-and-run-tests:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout bonsai_unstable_repo repository
@@ -101,6 +101,7 @@ jobs:
- name: Download Blender and run critical tests
run: |
set -x -e
# Ensure Bonsai and ifcsverchok enable/disable works before uploading to extensions repo.
# Download Blender.
@@ -115,7 +116,7 @@ jobs:
# Setup unstable repo to get Bonsai build.
cd bonsai_unstable_repo
pip install -r requirements.txt
python setup_extensions_repo.py --last-tag
python setup_extensions_repo.py bonsai-0.8.4-alpha2509181254
cd ..
bonsai_zip="$(pwd)/$(ls bonsai_unstable_repo/bonsai_py311*-linux-x64.zip)"
@@ -145,23 +146,6 @@ jobs:
sverchok_zip="$(pwd)/dist/$(ls dist)"
blender --command extension install-file -r user_default $sverchok_zip
- name: Update index.json on extensions repo
run: |
set -x -e
# Setup Blender.
BLENDER_PATH=$(find blender-*/ -maxdepth 0 -exec readlink -f {} \;)
export PATH="$PATH:$BLENDER_PATH"
blender --version
cd bonsai_unstable_repo
git config --global user.name 'IfcOpenBot'
git config --global user.email 'IfcOpenBot@users.noreply.github.com'
git add index.json
git add readme.md
git commit -m "Update index.json"
git push
- name: Run bonsai tests
run: |
set -x -e
+1 -1
View File
@@ -87,7 +87,7 @@ BLENDER_PLATFORM:=windows-x64
endif
# Current build commit hash.
OLD:=6924012
OLD:=e795cec
.PHONY: bump
bump:
ifndef NEW
+2 -2
View File
@@ -63,8 +63,8 @@ PLATFORMTAG:=win_amd64
endif
BINARY_VERSION:=0.8.4
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(BINARY_VERSION)-6924012-$(PLATFORM).zip
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(BINARY_VERSION)-6924012-$(PLATFORM).zip
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(BINARY_VERSION)-e795cec-$(PLATFORM).zip
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(BINARY_VERSION)-e795cec-$(PLATFORM).zip
.PHONY: build-urls
build-urls: