File tree Expand file tree Collapse file tree 4 files changed +50
-1
lines changed
modules/maliput_malidrive Expand file tree Collapse file tree 4 files changed +50
-1
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ Welcome to Maliput Malidrive!
3
+ """
4
+
5
+ module (
6
+ name = "maliput_malidrive" ,
7
+ compatibility_level = 1 ,
8
+ version = "0.6.0" ,
9
+ )
10
+
11
+ bazel_dep (name = "rules_cc" , version = "0.0.9" )
12
+
13
+ bazel_dep (name = "eigen" , version = "3.4.0.bcr.1.1" )
14
+ bazel_dep (name = "gflags" , version = "2.2.2" )
15
+ bazel_dep (name = "maliput" , version = "1.5.0" )
16
+ bazel_dep (name = "tinyxml2" , version = "9.0.0" )
17
+
18
+ bazel_dep (name = "googletest" , version = "1.14.0" , dev_dependency = True )
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ bazel : [6.x, 7.x, 8.x]
3
+ platform : ["ubuntu2004"] # "debian10", "macos", "windows"
4
+ tasks :
5
+ verify_targets :
6
+ name : Verify Build Targets
7
+ bazel : ${{ bazel }}
8
+ platform : ${{ platform }}
9
+ build_flags :
10
+ - ' --process_headers_in_dependencies'
11
+ build_targets :
12
+ - ' @maliput_malidrive//:maliput_malidrive'
13
+
14
+ bcr_test_module :
15
+ module_path : " ."
16
+ matrix :
17
+ bazel : [6.x, 7.x, 8.x]
18
+ platform : ["ubuntu2004"] # "debian10", "macos", "windows"
19
+ tasks :
20
+ run_tests :
21
+ name : " Run test module"
22
+ bazel : ${{ bazel }}
23
+ platform : ${{ platform }}
24
+ test_targets :
25
+ - " //..."
Original file line number Diff line number Diff line change
1
+ {
2
+ "integrity" : " sha256-RRKcPEafU48ed0Q/zRtR2YCkI7G4MN86YIK+ejVA2G8=" ,
3
+ "strip_prefix" : " maliput_malidrive-0.6.0" ,
4
+ "url" : " https://github.com/maliput/maliput_malidrive/releases/download/0.6.0/maliput_malidrive-0.6.0.tar.gz"
5
+ }
Original file line number Diff line number Diff line change 27
27
" 0.4.2" ,
28
28
" 0.4.3" ,
29
29
" 0.4.4" ,
30
- " 0.5.0"
30
+ " 0.5.0" ,
31
+ " 0.6.0"
31
32
],
32
33
"yanked_versions" : {}
33
34
}
You can’t perform that action at this time.
0 commit comments