mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Attempt to fix daily BBIM builds
This commit is contained in:
+8
-9
@@ -1,4 +1,4 @@
|
|||||||
name: Publish-blenderbim-multiplatform
|
name: ci-blenderbim-daily
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -17,11 +17,7 @@ on:
|
|||||||
- 'src/ifccityjson/**'
|
- 'src/ifccityjson/**'
|
||||||
branches:
|
branches:
|
||||||
- v0.8.0
|
- v0.8.0
|
||||||
|
workflow_dispatch:
|
||||||
env:
|
|
||||||
major: 0
|
|
||||||
minor: 0
|
|
||||||
name: blenderbim
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
activate:
|
activate:
|
||||||
@@ -64,6 +60,9 @@ jobs:
|
|||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- run: echo ${{ env.DATE }}
|
- run: echo ${{ env.DATE }}
|
||||||
|
- name: Get current version
|
||||||
|
id: version
|
||||||
|
run: echo "::set-output name=version::$(cat ../../VERSION)"
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
run: echo "::set-output name=date::$(date +'%y%m%d')"
|
run: echo "::set-output name=date::$(date +'%y%m%d')"
|
||||||
@@ -76,8 +75,8 @@ jobs:
|
|||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist/blenderbim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
|
file: src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist/blenderbim-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
|
||||||
asset_name: blenderbim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
|
asset_name: blenderbim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
|
||||||
tag: "blenderbim-${{steps.date.outputs.date}}"
|
tag: "blenderbim-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
body: "Daily developer testing build blenderbim-${{steps.date.outputs.date}}"
|
body: "Daily developer testing build blenderbim-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}"
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
|
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PYTHON:=python3.10
|
PYTHON:=python3.11
|
||||||
PIP:=pip3.10
|
PIP:=pip3.11
|
||||||
PATCH:=patch
|
PATCH:=patch
|
||||||
SED:=sed -i
|
SED:=sed -i
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
|
|||||||
Reference in New Issue
Block a user