Skip to content

[Kernel] matx runtime compatible interface #739

[Kernel] matx runtime compatible interface

[Kernel] matx runtime compatible interface #739

name: Test C++ Runtime
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install gtest manually
run: sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake CMakeLists.txt && sudo make && sudo cp lib/*.a /usr/lib
- name: Test C++ Runtime
run: bash ci/run_cc_test.sh