Skip to content

Commit

Permalink
+6
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Jun 24, 2023
1 parent 3874a8b commit ce571bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: PackAll
run: |
".\\PackAll-0 FIRST PACK.bat" "PasCompPath=D:\\PABCNETC\\pabcnetcclear.exe"
& ".\PackAll-0 FIRST PACK.bat" "PasCompPath=D:\PABCNETC\pabcnetcclear.exe"
- name: Check for changes
run: |
Expand Down Expand Up @@ -89,10 +89,9 @@ jobs:
#unzip -j PABCNETC.zip -d PABCNETC
pwd
sudo apt-get install -y minizip
mkdir ../PABCNETC
miniunzip ../PABCNETC.zip -d usr/PABCNETC
miniunzip ../PABCNETC.zip -d home/PABCNETC
- name: Install Mono
run: |
Expand All @@ -109,8 +108,8 @@ jobs:
- name: Build and run OpenCL program
run: |
mono "usr/PABCNETC/pabcnetcclear.exe" "PackAll.pas"
mono "PackAll.exe" "Stages= FirstPack + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PasCompPath=usr/PABCNETC/pabcnetcclear.exe"
mono "home/PABCNETC/pabcnetcclear.exe" "PackAll.pas"
mono "PackAll.exe" "Stages= FirstPack + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PasCompPath=home/PABCNETC/pabcnetcclear.exe"
- name: Check for changes
run: |
Expand Down

0 comments on commit ce571bb

Please sign in to comment.