Skip to content

Commit

Permalink
Adding opencl circleci test, if it is available
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Oct 18, 2024
1 parent f222bb3 commit fc47c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run:
name: "Configure"
command: |
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAPEX_BUILD_TESTS=TRUE -DAPEX_WITH_PLUGINS=TRUE -DAPEX_BUILD_BFD=TRUE -DAPEX_BUILD_OTF2=TRUE -DAPEX_WITH_PERFETTO=TRUE -DAPEX_WITH_LM_SENSORS=TRUE -DAPEX_BUILD_EXAMPLES=TRUE
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DAPEX_BUILD_TESTS=TRUE -DAPEX_WITH_PLUGINS=TRUE -DAPEX_BUILD_BFD=TRUE -DAPEX_BUILD_OTF2=TRUE -DAPEX_WITH_PERFETTO=TRUE -DAPEX_WITH_LM_SENSORS=TRUE -DAPEX_BUILD_EXAMPLES=TRUE -DAPEX_WITH_OPENCL=TRUE
- run:
name: "Build"
command: |
Expand Down

0 comments on commit fc47c23

Please sign in to comment.