forked from theshadowco/sonar-helper
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
325 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# модули | ||
* text=auto | ||
*.os text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
build/ | ||
*.log | ||
*.ospx | ||
build/ | ||
*.log | ||
*.ospx | ||
*.back |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@echo off | ||
call del "*.ospx" | ||
|
||
for /f %%i in ('"oscript -version"') do set result=%%i | ||
|
||
if %result%==1.0.19.105 ( | ||
call opm build . -mf ./packagedef -out . | ||
) else ( | ||
call opm build -m ./packagedef -o . | ||
) | ||
|
||
call opm install -f *.ospx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
ПутьКСценариюПараметров = ОбъединитьПути(ТекущийСценарий().Каталог, "src", "Модули", "ПараметрыСистемы.os"); | ||
ПутьКСценариюПараметров = ОбъединитьПути(ТекущийСценарий().Каталог, "src", "Модули", "ПараметрыСистемы.os"); | ||
|
||
ПараметрыСистемы_ЛокальнаяВерсия = ЗагрузитьСценарий(ПутьКСценариюПараметров); | ||
|
||
Описание.Имя(ПараметрыСистемы_ЛокальнаяВерсия.ИмяПродукта()) | ||
.Версия(ПараметрыСистемы_ЛокальнаяВерсия.ВерсияПродукта()) | ||
.ВерсияСреды("1.0.20") | ||
.ВерсияСреды("1.0.21") | ||
.ЗависитОт("logos", "1.2.0") | ||
.ЗависитОт("cmdline", "1.0.0") | ||
.ЗависитОт("1commands", "1.3.5") | ||
|
||
.ВключитьФайл("src") | ||
.ВключитьФайл("packagedef") | ||
.ВключитьФайл("readme.md") | ||
.ВключитьФайл("README.md") | ||
.ВключитьФайл("LICENSE") | ||
.ВключитьФайл("examples") | ||
|
||
.ИсполняемыйФайл("src/main.os", "sonar-helper") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.