• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • continuous integration

continuous integration · Изменения

История страницы
Updated continuous integration (markdown) создал Июн 08, 2021 по автору Dealga McArdle's avatar Dealga McArdle
Скрыть пробелы
Построчно Рядом
continuous-integration.md
Просмотреть страницу @71183b4e
......@@ -8,6 +8,8 @@ The actions are described in https://github.com/nortikin/sverchok/blob/vstable10
- Python and libraries
3. running tests found in `./run_tests.sh` in the Sverchok main directory.
4. two things can happen:
- ✔️if these tests run smoothly the test suite has been able to cover all parts of sverchok where we have tests
- ✔️if these tests run smoothly generally this means that the test suite has been able to cover all parts of sverchok where we have tests.
- this does not mean that there are no bugs.
- in some cases the test suite itself ends early due to a bug in code that isn't tested, therefore it is a good idea to frequently look at the output of the tests to see if indeed all tests have completed. A green tick is not a guarantee for a bugfree sverchok.
- ❌if the tests fail, one ore more tests didn't complete as expected and we'll look into it.
5. if this was the first run, the image of the drive is stored (cached, section '2') and can be reused after the next commit to Master.
\ Нет новой строки в конце файла
Клонировать репозиторий
  • For Users:

    • Installation
    • Interface overview
    • Web resources about Sverchok
    • FAQ
  • Customisation:

    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Sverchok Extensions
    • Dependencies and their installation
      • Simple dependencies
      • PIP
        • Side modules
      • SciPy
      • SciKit image
      • Circlify
      • PyMcubes
      • GeomDL
      • FreeCAD
      • Open3D
  • Examples:

    • Profile Node Examples
    • Script Node Examples
  • Versions:

    • Sverchok for Blender 2.8x Release Notes
    • Sverchok for Blender 2.79 Installation
  • For Developers:

    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details
    • test sverchok.yml CI
    • ShaderLib2D