Update cmake.yml

This commit is contained in:
Ray 2021-02-11 11:50:55 +01:00 committed by GitHub
parent aaab355df7
commit ccdf2a3a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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