浏览代码

Update cmake.yml

pull/1586/head
Ray 4 年前
committed by GitHub
父节点
当前提交
ccdf2a3a9e
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .github/workflows/cmake.yml

+ 2
- 2
.github/workflows/cmake.yml 查看文件

@ -1,4 +1,4 @@
name: CMake Builds
name: CMakeBuilds
on: on:
push: push:
@ -90,4 +90,4 @@ jobs:
shell: bash shell: bash
# Execute tests defined by the CMake configuration. # Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE
run: ctest -C $BUILD_TYPE

正在加载...
取消
保存