1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00

Удаление файлов движка из репы

This commit is contained in:
Anton Titovets
2025-02-19 14:33:27 +03:00
parent e552d07a24
commit f7849e2bed
4 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -7,6 +7,7 @@
Перем ПутьВыгрузки;
Перем Кугвин;
Перем Оскрипт;
Перем ПутьДвижка;
Процедура НачалоРаботы()
@@ -20,6 +21,7 @@
Сервер = "AIONIOTISCORE:1742";
Кугвин = "C:\cygwin64\bin\";
ОСкрипт = "C:\Program Files\OneScript\";
ПутьДвижка = "/cygdrive/c/engine/linux/";
ПутьКРепозиторию = "C:\ProgramData\Jenkins\.jenkins\workspace\Release";
//ПутьКРепозиторию = "C:\Repos\OPI";
@@ -240,7 +242,7 @@
+ " --url ""https://openintegrations.dev/"""
+ " --maintainer ""Anton Titovets <bayselonarrend@gmail.com>"""
+ " --verbose"
+ " ../ci/installer_set/=/usr ../service/engine/linux/=/usr/share/oint/bin";
+ " ../ci/installer_set/=/usr " + ПутьДвижка + "=/usr/share/oint/bin";
СоответствиеПакетов = Новый Соответствие();
СоответствиеПакетов.Вставить("deb", "oint_" + Версия + "_all_" + Данные["Префикс"] + ".deb");
+2 -1
View File
@@ -4,6 +4,7 @@
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.bat"
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release"
#define Engine "C:\engine"
[Setup]
DisableWelcomePage = no
@@ -28,7 +29,7 @@ OutputBaseFilename = oint_{#MyAppVersion}_installer_en
[Files]
Source: "{#Repo}\ci\installer_set\*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "{#Repo}\service\engine\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
Source: "{#Engine}\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
Source: "{#Repo}\Media\icons\ex.ico"; DestDir: "{app}\share\oint\icons"
+2 -1
View File
@@ -4,6 +4,7 @@
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.bat"
#define Repo "C:\ProgramData\Jenkins\.jenkins\workspace\Release"
#define Engine "C:\engine"
[Setup]
DisableWelcomePage = no
@@ -31,7 +32,7 @@ Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
[Files]
Source: "{#Repo}\ci\installer_set\*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "{#Repo}\service\engine\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
Source: "{#Engine}\windows\*"; DestDir: "{app}\share\oint\bin"; Flags: recursesubdirs
Source: "{#Repo}\src\ru\cli\start.bat"; DestDir: "{app}"
Source: "{#Repo}\Media\logo.bmp"; Flags: dontcopy
Source: "{#Repo}\Media\icons\ex.ico"; DestDir: "{app}\share\oint\icons"
+2
View File
@@ -13,6 +13,8 @@
"testValuesSrc": "./docs/ru/data/",
"testsModule": "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os",
"testsCheckFile": "./service/tests_set.json",
"engineLinux": "C:/engine/linux",
"engineWindows": "C:/engine/windows",
"additionalLangs": [
"en"
]