This repository was archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
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
4 changed files
with
45 additions
and
14 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 |
---|---|---|
|
@@ -12,14 +12,16 @@ before_install: | |
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF | ||
- echo "deb http://download.mono-project.com/repo/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/mono-official.list | ||
- sudo apt-get update | ||
- sudo apt-get install mono-complete mono-devel | ||
- sudo apt-get install mono-complete mono-devel dos2unix | ||
- wget -O os.deb http://oscript.io/downloads/night-build/deb | ||
- sudo dpkg -i os.deb; sudo apt install -f | ||
- oscript | ||
|
||
install: | ||
- sudo opm install -l | ||
- sudo opm install -l [email protected] | ||
- sudo opm install -l 1bdd | ||
- sudo dos2unix oscript_modules/1bdd/features/lib/step_definitions/ВыполнениеКоманд.os | ||
- sudo patch oscript_modules/1bdd/features/lib/step_definitions/ВыполнениеКоманд.os 1bdd.patch | ||
- oscript -make src/cmd/ovm.os ovm.exe | ||
- echo -e "#!/bin/sh\nmono ./ovm.exe \"\$@\"" > ~/bin/ovm | ||
- chmod +x ~/bin/ovm | ||
|
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,11 @@ | ||
--- "oscript_modules/1bdd/features/lib/step_definitions/\320\222\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\270\320\265\320\232\320\276\320\274\320\260\320\275\320\264.os" 2018-02-12 23:10:32.803504300 +0300 | ||
+++ "oscript_modules/1bdd/features/lib/step_definitions/\320\222\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\270\320\265\320\232\320\276\320\274\320\260\320\275\320\264.1.os" 2018-02-12 23:40:38.614734300 +0300 | ||
@@ -14,7 +14,7 @@ | ||
ВсеШаги.Добавить("ЯОчищаюПараметрыКомандыВКонтексте"); | ||
ВсеШаги.Добавить("ЯВключаюОтладкуЛогаСИменем"); | ||
ВсеШаги.Добавить("ЯВыключаюОтладкуЛогаСИменем"); | ||
- ВсеШаги.Добавить("ЯВыполняюКоманду"); | ||
+ // ВсеШаги.Добавить("ЯВыполняюКоманду"); | ||
ВсеШаги.Добавить("ВыводКомандыСодержит"); | ||
ВсеШаги.Добавить("КодВозвратаКомандыРавен"); | ||
ВсеШаги.Добавить("ЯВыполняюКомандуCПараметрами"); |
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