diff options
| author | Ray <[email protected]> | 2021-02-11 11:50:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-11 11:50:55 +0100 |
| commit | ccdf2a3a9e570cdf4775c8013cd9f8808b65a83a (patch) | |
| tree | f4c97f31bd5839f8f96ff55a80d17f74934012d0 /.github | |
| parent | aaab355df75ba593054f9c53251ff942da3f696e (diff) | |
| download | raylib-ccdf2a3a9e570cdf4775c8013cd9f8808b65a83a.tar.gz raylib-ccdf2a3a9e570cdf4775c8013cd9f8808b65a83a.zip | |
Update cmake.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 52fbdd80..803b472a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: CMake Builds +name: CMakeBuilds on: push: @@ -90,4 +90,4 @@ jobs: shell: bash # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C $BUILD_TYPE
\ No newline at end of file + run: ctest -C $BUILD_TYPE |
