Skip to content

Commit da2e218

Browse files
authored
Create copilot-instructions.md
1 parent bc90abd commit da2e218

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Команда запуска полной сборки и прогона тестов на Linux:
2+
3+
```sh
4+
dotnet msbuild Build.csproj /t:"CleanAll;MakeFDD;GatherLibrary;ComposeDistributionFolders;Test" /p:Configuration=LinuxDebug /p:NoCppCompiler=True
5+
```
6+
7+
Запуск приемочных тестов:
8+
9+
```sh
10+
dotnet oscript.dll tests/testrunner.os -runAll tests
11+
```

0 commit comments

Comments
 (0)