Skip to content

Commit f10e3e2

Browse files
committed
Adjust workflow.yml
1 parent 53a3438 commit f10e3e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/llama_cpp_plugin_build_and_test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: precommit
1+
name: llama_cpp_plugin_build_and_test
22

33
on:
44
pull_request:
@@ -13,10 +13,10 @@ jobs:
1313
build_ubuntu20:
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- name: Setup cmake
17-
uses: jwlawson/actions-setup-cmake@v1.14
18-
with:
19-
cmake-version: '3.24.x'
16+
- name: Setup cmake
17+
uses: jwlawson/actions-setup-cmake@v1.14
18+
with:
19+
cmake-version: '3.24.x'
2020

2121
- name: Checkout openvino_contrib
2222
uses: actions/checkout@v3
@@ -28,7 +28,7 @@ jobs:
2828
repository: https://github.com/vshampor/openvino
2929

3030
- name: CMake - configure
31-
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DOPENVINO_EXTRA_MODULES=${{ github.workspace }}/openvino_contrib/modules -DBUILD_java_api=OFF -DBUILD_nvidia_plugin=OFF -DBUILD_custom_operations=OFF -DBUILD_openvino_code=OFF -DBUILD_token_merging=OFF -DENABLE_TESTS=ON -DENABLE_FUNCTIONAL_TESTS=ON -DENABLE_PLUGINS_XML=ON .
31+
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DOPENVINO_EXTRA_MODULES=${{ github.workspace }}/openvino_contrib/modules -DBUILD_java_api=OFF -DBUILD_nvidia_plugin=OFF -DBUILD_custom_operations=OFF -DBUILD_openvino_code=OFF -DBUILD_token_merging=OFF -DENABLE_TESTS=ON -DENABLE_FUNCTIONAL_TESTS=ON -DENABLE_PLUGINS_XML=ON openvino
3232

3333
- name: CMake - build
3434
run: cmake --build build -j`nproc` -- llama_cpp_plugin llama_cpp_e2e_tests

0 commit comments

Comments
 (0)