Skip to content

Commit

Permalink
Added OpenCL entries to build-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed May 29, 2024
1 parent a014a18 commit d4e2f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ set -e
(
cd $(dirname $0)
./build-one.sh asciidoctor-spec 202206 "$@"
./build-one.sh opencl-sdk-base-ubuntu-20.04 20230717 "$@"
./build-one.sh opencl-sdk-base-ubuntu-22.04 20230717 "$@"
./build-one.sh opencl-sdk-intelcpu-ubuntu-20.04 20230717 "$@"
./build-one.sh opencl-sdk-intelcpu-ubuntu-22.04 20230717 "$@"
./build-one.sh vulkan-docs-base 202206 "$@"
./build-one.sh vulkan-docs 202206 "$@"
./build-one.sh rust 202312 "$@"
Expand Down

0 comments on commit d4e2f0c

Please sign in to comment.