новая структура проекта

This commit is contained in:
2026-04-20 21:04:25 +04:00
parent 1fe2a72ef1
commit 1a56b22e38
1932 changed files with 1886 additions and 22779 deletions
@@ -0,0 +1,35 @@
stages:
- build
windows:
stage: build
only:
- schedules
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- shared-windows
- windows
- windows-1809
before_script:
- choco install python --version=3.10.2 -y -f
- choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y -f
- $env:Path += ';C:\Program Files\CMake\bin'
script:
- C:\Python310\python.exe -m pip install --upgrade pip
- C:\Python310\python.exe -m pip install Cython
- C:\Python310\python.exe -m pip install numpy
- mkdir C:\\GitLab-Runner\\builds\\skarnproject\\blender-wow-studio\\dist
- C:\Python310\python.exe io_scene_wmo/build.py --dist=C:\\GitLab-Runner\\builds\\skarnproject\\blender-wow-studio\\dist
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths:
- C:\\GitLab-Runner\\builds\\skarnproject\\blender-wow-studio\\dist