"mmdet3d/vscode:/vscode.git/clone" did not exist on "300832c7fa0254b876e44533e739d57d607afabe"
  1. 28 Jan, 2024 1 commit
  2. 14 Dec, 2023 2 commits
  3. 27 Nov, 2023 1 commit
  4. 22 Oct, 2023 1 commit
  5. 12 Oct, 2023 3 commits
  6. 17 Sep, 2023 1 commit
  7. 10 Sep, 2023 1 commit
    • Kefu Chai's avatar
      CI: test with supported C++ standards (#1226) · 016b2e77
      Kefu Chai authored
      
      
      * CI: test with supported C++ standards
      
      let's test with the supported standards for better coverage.
      C++23 standard was just out, but the support on the toolchain is
      not quite ready yet. so let's leave it for a future change.
      Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
      
      * CI: drop redundant Build step
      
      "Build Tests" is strictly a superset of "Build". in addition to
      the library, the former builds the tests also. both these
      steps share the same set of command line arguments. by removing
      "Build" step, we don't lose anything regarding the test coverage
      and information for further investigation if the build fails.
      Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
      
      ---------
      Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
      016b2e77
  8. 04 Mar, 2023 2 commits
    • Matthijs van der Burgh's avatar
      Make sure tests are run in CI (#1170) · 3ff7ab07
      Matthijs van der Burgh authored
      * Test(CMake) set NAME and COMMAND in add_test
      
      * (CMake) add enable_testing()
      
      * (CMake) move cmake_dependent_option up, before using them
      
      * (CMake) use YAML_CPP_MAIN_PROJECT in cmake_dependent_option
      
      * (CMake) log values regarding tests
      
      * (CMake) always find CTest, but don't enable tests
      
      * (CMAKE)(temp) fix logging
      
      * (actions) set YAML_CPP_BUILD_TESTS for tests
      
      * (actions) provide YAML_CPP_BUILD_TESTS to ctest
      
      * (actions) set -DYAML_CPP_BUILD_TESTS at build
      
      * (actions) don't fail false
      
      * (actions) build tests in Test step
      
      * (actions) run tests verbose
      
      * (CMake) remove temp logging
      
      * (actions) split building from running tests
      
      * (actions) ctest Debug
      
      * (actions) ctest Debug
      
      * Remove enable_testing
      3ff7ab07
    • Diogo Teles Sant'Anna's avatar
      CI: define read-only permission for GitHub Workflow (#1175) · d7f672d1
      Diogo Teles Sant'Anna authored
      It secures the repo against erroneous or malicious actions from external jobs you call from your workflow. It's specially important for the case they get compromised, for example.
      d7f672d1
  9. 27 Apr, 2022 1 commit
  10. 27 Jan, 2022 1 commit
  11. 15 Dec, 2021 1 commit
    • TheVice's avatar
      Fix shared library tests for Windows (#1074) · d8d94190
      TheVice authored
      Add copying of shared library to the output directory with a test binary.
      
      [binary] removed using of non unsigned char as argument at
      'std::isspace' function that was provokes undefined behavior.
      
      [.github/workflows/build.yml] enabled run of test at the
      'windows-latest' environment.
      d8d94190
  12. 31 Oct, 2021 1 commit