File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 6666 - name : Run Tests
6767 run : ./ci/do_ci.sh cmake.install.test
6868
69+ ubuntu_2404_system_packages_cmake_install_test :
70+ name : Ubuntu 24.04 CMake install test (system packages)
71+ runs-on : ubuntu-24.04
72+ env :
73+ INSTALL_TEST_DIR : ' /home/runner/install_test'
74+ steps :
75+ - uses : actions/checkout@v4
76+ with :
77+ submodules : ' recursive'
78+ - name : Setup CI Environment
79+ run : |
80+ sudo -E ./ci/setup_googletest.sh
81+ sudo -E ./ci/setup_ci_environment.sh
82+ - name : Install Dependencies
83+ run : |
84+ sudo -E apt-get update
85+ sudo -E apt-get install -y libabsl-dev libprotobuf-dev libgrpc++-dev protobuf-compiler protobuf-compiler-grpc
86+ - name : Run Tests
87+ run : ./ci/do_ci.sh cmake.install.test
88+
6989 ubuntu_2204_cmake_install_test :
7090 name : Ubuntu 22.04 CMake install test
7191 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments