mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Run tests during CI
This commit is contained in:
parent
6c5663f3c9
commit
2ba5146201
2 changed files with 16 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
p.bats-assert
|
||||
p.bats-file
|
||||
]))
|
||||
pkgs.vcstool
|
||||
pkgs.python3Packages.flake8
|
||||
pkgs.python3Packages.flake8-bugbear
|
||||
pkgs.python3Packages.isort
|
||||
|
@ -109,6 +110,7 @@
|
|||
];
|
||||
ROSDEP_SOURCE_PATH = "${rosdistro}/rosdep/sources.list.d";
|
||||
ROSDISTRO_INDEX_URL = "file://${rosdistro}/index-v4.yaml";
|
||||
ROS_HOME = rosdep-cache;
|
||||
};
|
||||
packages = {
|
||||
default = ros2nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue