File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 21
21
- name : Build project
22
22
run : |
23
23
# Placeholder: Replace with your build commands (e.g., make, cmake)
24
+ chdir /home/runner/work/ae2f/CL-Ann
24
25
rm -r -f build
25
26
cd build
26
27
cmake ..
29
30
30
31
- name : Run tests
31
32
run : |
32
- cd build
33
+ chdir /home/runner/work/ae2f/CL-Ann/ build
33
34
ctest
34
35
cd ..
35
36
@@ -60,17 +61,18 @@ jobs:
60
61
shell : cmd
61
62
run : |
62
63
# Placeholder: Replace with your build commands (e.g., MSBuild, cmake)
64
+ chdir C:/Users/runneradmin/work/ae2f/CL-Ann
63
65
echo Building OpenCL project on Windows...
64
- cd build
66
+ chdir build
65
67
cmake ..
66
68
cmake --build .
67
- cd ..
69
+ chdir ..
68
70
69
71
- name : Run tests
70
72
shell : cmd
71
73
run : |
72
74
# Placeholder: Replace with your test commands
73
75
echo Running tests on Windows...
74
- cd build
76
+ chdir C:/Users/runneradmin/work/ae2f/CL-Ann/ build
75
77
ctest
76
- cd ..
78
+ chdir ..
You can’t perform that action at this time.
0 commit comments