Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
antara-chugh committed Aug 30, 2024
2 parents ad765ce + b2a6737 commit 71eeb32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Set up environment
run: |
sudo apt-get update && sudo apt-get install -y cmake build-essential gdb
sudo apt-get update && sudo apt-get install -y cmake build-essential
- name: Build and run tests
Expand Down
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
"particle.targetPlatform": "tracker",

"particle.targetDevice": "",
"cmake.configureOnOpen": true,

"C_Cpp.codeAnalysis.clangTidy.enabled": false,
"cmake.configureOnOpen": false,
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.doxygen.generatedStyle": "/**",
Expand All @@ -88,7 +86,7 @@
"cwd": "${workspaceFolder}"
},
"cmake.configureArgs": [
"-DTEST=ON",
"-DTEST_VERSION",
"-DCMAKE_BUILD_TYPE=Debug"
]

Expand Down

0 comments on commit 71eeb32

Please sign in to comment.