Skip to content

Commit d4e2f0c

Browse files
committed
Added OpenCL entries to build-all.sh
1 parent a014a18 commit d4e2f0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-all.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ set -e
77
(
88
cd $(dirname $0)
99
./build-one.sh asciidoctor-spec 202206 "$@"
10+
./build-one.sh opencl-sdk-base-ubuntu-20.04 20230717 "$@"
11+
./build-one.sh opencl-sdk-base-ubuntu-22.04 20230717 "$@"
12+
./build-one.sh opencl-sdk-intelcpu-ubuntu-20.04 20230717 "$@"
13+
./build-one.sh opencl-sdk-intelcpu-ubuntu-22.04 20230717 "$@"
1014
./build-one.sh vulkan-docs-base 202206 "$@"
1115
./build-one.sh vulkan-docs 202206 "$@"
1216
./build-one.sh rust 202312 "$@"

0 commit comments

Comments
 (0)