Skip to content

Commit

Permalink
rebase to latest devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
hhenry01 committed Sep 1, 2023
1 parent 4f814e0 commit cd4ca8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
23 changes: 2 additions & 21 deletions .devcontainer/config/sailbot_workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"before": [ "debug" ]
}
}
]
],

// markdown
// copied from docs: https://github.com/UBCSailbot/docs/blob/main/.vscode/settings.json
Expand Down Expand Up @@ -247,26 +247,7 @@
"ignoreFailures": true
}
]
},
{
"name": "Debug NET C++",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder:sailbot_workspace}/build/network_systems/projects/${input:program}/test_${input:program}",
"args": [],
"preLaunchTask": "debug",
"stopAtEntry": true,
"cwd": "${workspaceFolder:sailbot_workspace}",
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
}
],
"inputs": [
{
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ build/*
install/*
log/*
site/*
**/__pycache__/

# vcstool packages
src/*
Expand Down
6 changes: 0 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ else
fi

# Build ROS packages in src directory
if [ "$BUILD_TYPE" == "Debug" ]
then
# Remove existing code coverage files
find . -name "*.gcda" -type f -delete
fi

colcon build \
${PACKAGE:+--packages-select $PACKAGE} \
--packages-ignore virtual_iridium \
Expand Down

0 comments on commit cd4ca8e

Please sign in to comment.