AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Editores / Fábrica de software
  • Overview
  • Continuous integration
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
The concept of software factory is used to automate the process for creating applications.
The compilation of the source code is handed over to a robot on a build machine.
The report produced by the robot enables the project manager to find out the stability level of the project, and the programmers to immediately correct potential compilation errors, in reduced time frames.
The robot can also run the audits and the automated tests.
The purpose of the software factory is also to automate all the manual tasks up to the process for creating the application setup.
Once the finished product is obtained, the software factory is used to automate the cleaning, the organization and the backup of the application elements.
Continuous integration
The continuous integration is a new feature proposed by the software factory.
The continuous integration is a set of practices that consist in checking that, for each modification made to the source code, there is no regression in the application currently developed.
This verification is performed almost in real time, generally every night. Each developer checks in their changes at the end of each day.
An action plan is defined and scheduled for launch each night and on all projects:
  • the retrieval of all the SCM elements,
  • the retrieval of all external components,
  • the generation of all the executables, components, ...
  • running some tests, ...
The robots return some status reports used to find out the status of the product version.
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/05/2025

Señalar un error o enviar una sugerencia | Ayuda local