Skip to content

Commit

Permalink
+77
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent 2ad1f16 commit f1a34fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ jobs:
Push-Location './core'
git fetch
git remote show origin
# $core_main_branch_name = '${{ github.head_ref || github.ref_name }}'
$core_main_branch_name = git symbolic-ref refs/remotes/origin/HEAD --short
$core_branch_name = "subm-pretest/$org_repo/$pr_num"
Expand All @@ -220,12 +222,12 @@ jobs:
git push --set-upstream origin $core_branch_name
}
& DeleteAllTemp.bat NoPause
& .\DeleteAllTemp.bat NoPause
Write-Host "Compile: " -NoNewline
Start-Process -FilePath 'D:\PABCNETC\pabcnetcclear.exe' -ArgumentList '"PackAll.pas"' -Wait -NoNewWindow
PackAll.exe "Stages= PullUpstream + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PullUpstreamBranch=${subm_name}:${fork_branch_name}"
.\PackAll.exe "Stages= PullUpstream + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PullUpstreamBranch=${subm_name}:${fork_branch_name}"
if ($?) {
Write-Host "Prob error?"
} else {
Expand Down

0 comments on commit f1a34fd

Please sign in to comment.