Home
last modified time | relevance | path

Searched refs:addStep (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/games/springlobby/springlobby-0.180/buildbot/
H A Dmaster.cfg382 ft.addStep( SyncSubmodules() )
383 ft.addStep( InitSubmodules() )
385 ft.addStep(CreateBuildDir(i))
389 ft.addStep(ReleaseTarball())
390 ft.addStep(ReleaseWin())
391 ft.addStep(GitTag())
395 ft.addStep(WindowsInstaller())
396 ft.addStep(PublishVersion())
400 ft.addStep(ReportNews())
401 ft.addStep(LatestZip())
[all …]
/dports/games/spring/spring_98.0/buildbot/master/
H A Dmaster.cfg482 self.addStep( TestConfig() )
484 self.addStep( RsyncStuff() )
497 self.addStep( TestConfig() )
510 self.addStep( TestConfig() )
512 self.addStep( RsyncMac() )
526 self.addStep( TestConfig() )
548 self.addStep( RsyncStuff() )
576 self.addStep( TestConfig() )
586 self.addStep( CppCheck() )
596 self.addStep( BuildDocs() )
[all …]
/dports/games/springlobby/springlobby-0.180/src/lsl/buildbot/
H A Dmaster.cfg316 ft.addStep(CreateBuildDir(i))
344 f2.addStep( SyncSubmodules() )
345 f2.addStep( InitSubmodules() )
346 f2.addStep( CreateBuildDir() )
347 f2.addStep( buildDocs() )
360 self.addStep( SyncSubmodules() )
373 self.addStep( SyncSubmodules() )
383 self.addStep( SyncSubmodules() )
388 self.addStep(AnnounceBuild( who ))
394 self.addStep( SyncSubmodules() )
[all …]
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/tests/unit/
H A DCodeGuy.php41 …$this->scenario->addStep(new \Codeception\Step\ConditionalAssertion('seeNodeText', func_get_args()…
59 $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeText', func_get_args()));
98 … $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodePattern', func_get_args()));
135 $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeEmpty', func_get_args()));
174 … $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeCssClass', func_get_args()));
213 … $this->scenario->addStep(new \Codeception\Step\Assertion('dontSeeNodeCssClass', func_get_args()));
252 … $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeCssStyle', func_get_args()));
332 … $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeAttribute', func_get_args()));
410 … $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeAttributes', func_get_args()));
488 … $this->scenario->addStep(new \Codeception\Step\Assertion('seeNodeChildren', func_get_args()));
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/docs/examples/
H A Dhello.cfg20 f.addStep(steps.Configure())
21 f.addStep(steps.Compile())
22 f.addStep(steps.Test(command=["make", "check"]))
34 f.addStep(steps.SVN(repourl=svnrep+"/hello", mode="update"))
35 f.addStep(steps.Configure())
36 f.addStep(steps.Compile()),
37 f.addStep(steps.Test(command=["make", "check"]))
48 f.addStep(steps.Darcs(repourl="http://localhost/~warner/hello-darcs",
50 f.addStep(steps.Configure(command=["/bin/sh", "./configure"]))
51 f.addStep(steps.Compile())
[all …]
H A Dgitlab.cfg103 f.addStep(steps.GitLab(repourl=repourl, branch=branch))
104 f.addStep(steps.ShellCommand(haltOnFailure=True,
106 f.addStep(steps.ShellCommand(haltOnFailure=True, command=["./configure"]))
107 f.addStep(steps.ShellCommand(haltOnFailure=True, command=["make"]))
108 f.addStep(steps.ShellCommand(haltOnFailure=True, command=["make check"]))
109 f.addStep(steps.ShellCommand(haltOnFailure=True, command=[": insert upload step here"]))
119 f.addStep(steps.GitLab(repourl=repourl, branch=branch))
120 f.addStep(steps.ShellCommand(haltOnFailure=True,
122 f.addStep(steps.ShellCommand(haltOnFailure=True, command=["./configure"]))
123 f.addStep(steps.ShellCommand(haltOnFailure=True, command=["make"]))
[all …]
H A Drepo_gerrit.cfg80 f1.addStep(steps.Repo(manifest_url=manifest_url,
84 f1.addStep(steps.Compile(name="clobber old output", command="rm -rf out"))
85 f1.addStep(steps.Compile(name="download proprietaries",
89 f1.addStep(steps.Compile(name="get rommanager",
101 f1.addStep(steps.Compile(name="compile everything",
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dfactory.py73 def addStep(self, step): member in BuildFactory
83 self.addStep(DownloadSecretsToWorker(withSecrets))
85 self.addStep(s)
87 self.addStep(RemoveWorkerFileSecret(withSecrets))
91 self.addStep(DownloadSecretsToWorker(secrets))
93 self.addStep(RemoveWorkerFileSecret(secrets))
128 self.addStep(
158 self.addStep(Compile(command=["make"]))
168 self.addStep(Test(command=test))
206 self.addStep(Compile(command=buildcommand, env=env))
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sorich87/bootstrap-tour/src/coffee/
H A Dbootstrap-tour.spec.coffee187 @tour.addStep
201 @tour.addStep
375 @tour.addStep
775 @tour.addStep
789 @tour.addStep
813 @tour.addStep
828 @tour.addStep
845 @tour.addStep
858 @tour.addStep
869 @tour.addStep
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/integration/interop/
H A Dtest_transfer.py158 f.addStep(steps.StringDownload("filecontent", workerdest="dir/file1.txt"))
159 f.addStep(steps.StringDownload("filecontent2", workerdest="dir/file2.txt"))
165 f.addStep(
168 f.addStep(
170 f.addStep(
172 f.addStep(steps.DirectoryUpload(workersrc="dir", masterdest="dir"))
202 f.addStep(steps.StringDownload("filecontent", workerdest="dir/file1.txt"))
203 f.addStep(
206 f.addStep(steps.StringDownload("filecontent2", workerdest="dir/only1.txt"))
207 f.addStep(
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/integration/
H A Dtest_worker_kubernetes.py100 f.addStep(steps.ShellCommand(command='echo hello'))
101 f.addStep(
106 f.addStep(steps.ShellCommand(command='echo world'))
108 f2.addStep(steps.ShellCommand(command='echo ola'))
110 f2.addStep(step)
H A Dtest_trigger.py101 f.addStep(steps.ShellCommand(command='echo hello'))
102 f.addStep(steps.Trigger(schedulerNames=['trigsched'],
105 f.addStep(steps.ShellCommand(command='echo world'))
107 f2.addStep(steps.ShellCommand(command='echo ola'))
117 f3.addStep(steps.ShellCommand(command='false'))
H A Dtest_worker_marathon.py87 f.addStep(steps.ShellCommand(command='echo hello'))
88 f.addStep(steps.Trigger(schedulerNames=triggereables,
91 f.addStep(steps.ShellCommand(command='echo world'))
93 f2.addStep(steps.ShellCommand(command='echo ola'))
95 f2.addStep(step)
H A Dtest_worker_upcloud.py81 f.addStep(steps.ShellCommand(command='echo hello'))
82 f.addStep(steps.Trigger(schedulerNames=triggereables,
85 f.addStep(steps.ShellCommand(command='echo world'))
87 f2.addStep(steps.ShellCommand(command='echo ola'))
89 f2.addStep(step)
H A Dtest_stop_trigger.py48 f.addStep(steps.Trigger(schedulerNames=['trigsched'],
51 f.addStep(steps.ShellCommand(command='echo world'))
90 f2.addStep(steps.ShellCommand(command=cmd))
97 f2.addStep(steps.ShellCommand(command="echo 'hello'"))
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/wizards/newuserwizard/
H A Dknewuserwizard.cpp69 addStep(i18nc("New file wizard introduction", "Introduction")); in Wizard()
70 addStep(i18n("Personal Data")); in Wizard()
71 addStep(i18n("Select Currency")); in Wizard()
72 addStep(i18n("Select Accounts")); in Wizard()
73 addStep(i18nc("Finish the wizard", "Finish")); in Wizard()
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/gucumber/gucumber/
H A Dstepdef.go84 func (c *Context) addStep(match string, fn interface{}) { func
92 c.addStep(match, fn)
96 c.addStep(match, fn)
100 c.addStep(match, fn)
104 c.addStep(match, fn)
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver-dec.cpp106 dec->addStep(12345, 0); in main()
107 dec->addStep(12345, 1); in main()
108 dec->addStep(12345, 3); in main()
109 dec->addStep(12345, 10); in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver-dec.cpp106 dec->addStep(12345, 0); in main()
107 dec->addStep(12345, 1); in main()
108 dec->addStep(12345, 3); in main()
109 dec->addStep(12345, 10); in main()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/wizards/newaccountwizard/
H A Dknewaccountwizard.cpp84 addStep(i18n("Institution")); in Wizard()
85 addStep(i18n("Account")); in Wizard()
86 addStep(i18n("Broker")); in Wizard()
87 addStep(i18n("Details")); in Wizard()
88 addStep(i18n("Payments")); in Wizard()
89 addStep(i18n("Fees")); in Wizard()
90 addStep(i18n("Schedule")); in Wizard()
91 addStep(i18n("Payout")); in Wizard()
92 addStep(i18n("Parent Account")); in Wizard()
93 addStep(i18nc("Finish the wizard", "Finish")); in Wizard()
/dports/cad/sumo/sumo-1.2.0/unittest/src/netbuild/
H A DNBTrafficLightLogicTest.cpp30 tll.addStep(3,"gr"); in TEST()
31 tll.addStep(5,"rG"); in TEST()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/setup/library/Setup/
H A DWebWizard.php438 $setup->addStep(
459 $setup->addStep(
476 $setup->addStep(
503 $setup->addStep(
514 $setup->addStep(
537 $setup->addStep(
558 …$setup->addStep(new EnableModuleStep(array_keys($this->getPage('setup_modules')->getCheckedModules…
H A DSetup.php29 public function addStep(Step $step) function in Icinga\\Module\\Setup\\Setup
37 $this->addStep($step);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/
H A DMonitoringWizard.php140 $setup->addStep(
150 $setup->addStep(
156 $setup->addStep(
/dports/www/owncloud/owncloud/core/Command/Maintenance/
H A DRepair.php135 $repair->addStep($step);
148 $this->repair->addStep($step);
154 $this->repair->addStep($step);

123456789