Skip to content

Commit 34161ce

Browse files
committed
catkin profiles
1 parent 77327b4 commit 34161ce

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
blacklist: []
2+
build_space: build
3+
catkin_make_args: []
4+
cmake_args:
5+
- -DCMAKE_CXX_CLANG_TIDY=clang-tidy-9
6+
devel_layout: linked
7+
devel_space: devel
8+
extend_path: null
9+
install: false
10+
install_space: install
11+
isolate_install: false
12+
jobs_args: []
13+
log_space: logs
14+
make_args: []
15+
source_space: src
16+
use_env_cache: false
17+
use_internal_make_jobserver: true
18+
whitelist: []

catkin_profiles/default/.gitkeep

Whitespace-only changes.

catkin_profiles/profiles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
active: release

catkin_profiles/release/config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
blacklist: []
2+
build_space: build
3+
catkin_make_args: []
4+
cmake_args:
5+
- -O3
6+
- -DCMAKE_CXX_CLANG_TIDY=clang-tidy-9
7+
- -Wall
8+
- -Wextra
9+
- -Wpedantic
10+
- -Werror
11+
devel_layout: linked
12+
devel_space: devel
13+
extend_path: null
14+
install: true
15+
install_space: install
16+
isolate_install: true
17+
jobs_args: []
18+
log_space: logs
19+
make_args: []
20+
source_space: src
21+
use_env_cache: false
22+
use_internal_make_jobserver: true
23+
whitelist: []

catkin_profiles/strict/config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
blacklist: []
2+
build_space: build
3+
catkin_make_args: []
4+
cmake_args:
5+
- -Wall
6+
- -Wextra
7+
- -Wpedantic
8+
- -Werror
9+
devel_layout: linked
10+
devel_space: devel
11+
extend_path: null
12+
install: false
13+
install_space: install
14+
isolate_install: false
15+
jobs_args: []
16+
log_space: logs
17+
make_args: []
18+
source_space: src
19+
use_env_cache: false
20+
use_internal_make_jobserver: true
21+
whitelist: []

0 commit comments

Comments
 (0)