File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- name : precommit
1
+ name : llama_cpp_plugin_build_and_test
2
2
3
3
on :
4
4
pull_request :
5
5
types :
6
6
- opened
7
7
- reopened
8
8
- synchronize
9
- paths :
10
- - ' modules/llama_cpp_plugin/**'
9
+ paths :
10
+ - ' modules/llama_cpp_plugin/**'
11
11
12
12
jobs :
13
13
build_ubuntu20 :
14
14
runs-on : ubuntu-20.04
15
15
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'
20
20
21
21
- name : Checkout openvino_contrib
22
22
uses : actions/checkout@v3
23
- submodules : recursive
23
+ with :
24
+ submodules : recursive
24
25
25
26
- name : Checkout openvino
26
27
uses : actions/checkout@v3
27
- submodules : recursive
28
- repository : https://github.com/vshampor/openvino
28
+ with :
29
+ submodules : recursive
30
+ repository : https://github.com/vshampor/openvino
29
31
30
32
- 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 .
33
+ 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
32
34
33
35
- name : CMake - build
34
36
run : cmake --build build -j`nproc` -- llama_cpp_plugin llama_cpp_e2e_tests
You can’t perform that action at this time.
0 commit comments