Home
last modified time | relevance | path

Searched refs:BuildShell (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/shell/
H A Dshell.go66 Env: append(os.Environ(), s.BuildShell.Environment...),
72 args := s.BuildShell.Arguments
82 c := newCommander(s.BuildShell.Command, args, cmdOpts)
113 if !s.BuildShell.PassFile {
129 scriptFile := filepath.Join(scriptDir, "script."+s.BuildShell.Extension)
H A Dshell_terminal.go43 cmd := exec.Command(s.BuildShell.Command, s.BuildShell.Arguments...)
H A Dshell_test.go106 BuildShell: &common.ShellConfiguration{
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/ssh/
H A Dssh.go24 if s.BuildShell.PassFile {
52 Environment: s.BuildShell.Environment,
53 Command: s.BuildShell.GetCommandWithArguments(),
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/docker/
H A Ddocker_ssh.go72 Environment: s.BuildShell.Environment,
73 Command: s.BuildShell.GetCommandWithArguments(),
H A Dterminal_test.go74 BuildShell: &common.ShellConfiguration{
141 BuildShell: &common.ShellConfiguration{
240 BuildShell: &common.ShellConfiguration{
H A Ddocker_command.go46 if len(s.BuildShell.DockerCommand) == 0 {
165 …s.buildContainer, err = s.createContainer("build", s.Build.Image, s.BuildShell.DockerCommand, []st…
H A Dterminal.go76 shell: s.BuildShell.DockerCommand,
H A Ddocker.go374 Env: append(e.getServiceVariables(), e.BuildShell.Environment...),
684 Env: append(e.Build.GetAllVariables().StringList(), e.BuildShell.Environment...),
1012 if e.BuildShell.PassFile {
H A Ddocker_test.go237 e.BuildShell = &common.ShellConfiguration{
809 e.BuildShell = &common.ShellConfiguration{
916 e.BuildShell = &common.ShellConfiguration{
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/
H A Dabstract.go28 BuildShell *common.ShellConfiguration member
54 e.BuildShell = shellConfiguration
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/virtualbox/
H A Dvirtualbox.go211 if s.BuildShell.PassFile {
317 Environment: s.BuildShell.Environment,
318 Command: s.BuildShell.GetCommandWithArguments(),
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/parallels/
H A Dparallels.go233 if s.BuildShell.PassFile {
355 Environment: s.BuildShell.Environment,
356 Command: s.BuildShell.GetCommandWithArguments(),
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_5/
H A Dbug254536 # SIGSEGV in BRepFill_Sweep::BuildShell
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepFill_Draft.hxx84 …Standard_EXPORT void BuildShell (const Handle(Geom_Surface)& Surf, const Standard_Boolean KeepOutS…
H A DBRepFill_Sweep.hxx120 …Standard_EXPORT Standard_Boolean BuildShell (const BRepFill_TransitionStyle Transition, const Stan…
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Draft.hxx84 …Standard_EXPORT void BuildShell (const Handle(Geom_Surface)& Surf, const Standard_Boolean KeepOutS…
H A DBRepFill_Draft.cxx341 BuildShell(S); in Perform()
373 BuildShell(Surface, !KeepInsideSurface); in Perform()
438 BuildShell(Surf, Standard_False); in Perform()
509 void BRepFill_Draft::BuildShell(const Handle(Geom_Surface)& Surf, in BuildShell() function in BRepFill_Draft
H A DBRepFill_Sweep.hxx120 …Standard_EXPORT Standard_Boolean BuildShell (const BRepFill_TransitionStyle Transition, const Stan…
H A DBRepFill_Sweep.cxx2090 BuildShell(const BRepFill_TransitionStyle /*Transition*/, in BuildShell() function in BRepFill_Sweep
2925 isDone = BuildShell(Transition, in Build()
2937 isDone = BuildShell(Transition, in Build()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepFill_Draft.hxx88 …Standard_EXPORT void BuildShell (const Handle(Geom_Surface)& Surf, const Standard_Boolean KeepOutS…
H A DBRepFill_Sweep.hxx125 …Standard_EXPORT Standard_Boolean BuildShell (const BRepFill_TransitionStyle Transition, const Stan…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/kubernetes/
H A Dkubernetes.go148 if s.BuildShell.PassFile {
243 containerCommand := s.BuildShell.DockerCommand
1169 s.BuildShell.DockerCommand...,
1181 s.BuildShell.DockerCommand...,
H A Dkubernetes_test.go611 BuildShell: &common.ShellConfiguration{},
680 BuildShell: &common.ShellConfiguration{},
1777 BuildShell: &common.ShellConfiguration{},
3138 BuildShell: &common.ShellConfiguration{},
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/custom/
H A Dcustom.go292 scriptFile := filepath.Join(scriptDir, "script."+e.BuildShell.Extension)

12