未验证 提交 7c7cad10 编写于 作者: 羽飞's avatar 羽飞 提交者: GitHub

Update build.yml

build googletest
上级 ac1c6396
......@@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: build deps/googletest
run: cmake -B ${{github.workspace}}/deps/googletest/build -S ${{github.workspace}}/deps/googletest && cmake --build ${{github.workspace}}/deps/googletest/build --config ${{env.BUILD_TYPE}} && cmake --install-prefix=/usr/ --install
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册