diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-03 12:37:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-03 12:37:32 -0400 |
commit | 09528457ab554e8105e9d7b76b4c70a846ec9c1f (patch) | |
tree | 4e9f8969e337c3e9584039921d4ac2dc4998fa35 | |
parent | 076d873983d93b61cd00132e7e105ef462042ae2 (diff) | |
download | multihome-09528457ab554e8105e9d7b76b4c70a846ec9c1f.tar.gz |
Remove copied comments
-rw-r--r-- | .github/workflows/cmake.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a7c50dc..8b6ba9b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -27,8 +27,8 @@ jobs: # access regardless of the host operating system shell: bash working-directory: ${{runner.workspace}}/build - # Note the current convention is to use the -S and -B options here to specify source - # and build directories, but this is only available with CMake 3.13 and higher. + # Note the current convention is to use the -S and -B options here to specify source + # and build directories, but this is only available with CMake 3.13 and higher. # The CMake binaries on the Github Actions machines are (as of this writing) 3.12 run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_C_FLAGS="-DENABLE_TESTING" @@ -46,14 +46,11 @@ jobs: - name: Unit Test working-directory: ${{runner.workspace}}/build shell: bash - # Execute the build. You can specify a specific target with "--target <NAME>" run: ./multihome -t - name: Runtime Test working-directory: ${{runner.workspace}}/build shell: bash - # Execute tests defined by the CMake configuration. - # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | . ~/.multihome/init . /etc/profile |