Skip to content

Commit

Permalink
Merge branch 'ign-transport8' into 8-to-9-aug2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Koenig committed Aug 12, 2021
2 parents 5d0820a + 5d88091 commit 2451992
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 5,987 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: ci
uses: ignition-tooling/action-ignition-ci@bionic
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
codecov-enabled: true
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(ignition-transport9 VERSION 9.1.0)
# Find ignition-cmake
#============================================================================
# If you get an error at this line, you need to install ignition-cmake
find_package(ignition-cmake2 2.3 REQUIRED)
find_package(ignition-cmake2 2.8.0 REQUIRED)
set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})

#============================================================================
Expand Down
10 changes: 0 additions & 10 deletions test/regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@ ign_get_sources(tests)

ign_build_tests(TYPE REGRESSION SOURCES ${tests}
LIB_DEPS ${EXTRA_TEST_LIB_DEPS})

if(TARGET REGRESSION_deprecated)
# Turn off deprecation warnings specifically for the test of deprecated
# functions.
if(UNIX)
target_compile_options(REGRESSION_deprecated PRIVATE -Wno-deprecated-declarations)
elseif(MSVC)
target_compile_options(REGRESSION_deprecated PRIVATE /wd4996)
endif()
endif()
41 changes: 0 additions & 41 deletions test/regression/deprecated.cc

This file was deleted.

81 changes: 0 additions & 81 deletions tools/check_test_ran.py

This file was deleted.

161 changes: 0 additions & 161 deletions tools/code_check.sh

This file was deleted.

Loading

0 comments on commit 2451992

Please sign in to comment.