Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 28, 2023
1 parent 757ae52 commit 80f5397
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ echo "$REPOS" | while IFS= read -r REPO; do
URL=$(echo "$REPO" | awk '{print $2}')
BRANCH=$(echo "$REPO" | awk '{print $3}')

git clone $URL $PACKAGE
git clone $URL --branch $BRANCH $PACKAGE
cd $PACKAGE
git checkout $BRANCH
git submodule update --init --recursive

cd $WORKSPACE/src
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: ros_package_build

on:

push:
branches: [ master ]
# push:
# branches: [ master ]

pull_request:
branches: [ master ]
# pull_request:
# branches: [ master ]

workflow_dispatch:

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.swo
*.swp

act.sh
4 changes: 2 additions & 2 deletions packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ mrs_uav_trajectory_generation:
unstable_ref: hw_api_ci
stable_ref: release

mrs_uav_rviz_plugins:
mrs_rviz_plugins:
architecture: [x86_64, aarch64]
source: https://github.com/ctu-mrs/mrs_uav_rviz_plugins
source: https://github.com/ctu-mrs/mrs_rviz_plugins
unstable_ref: hw_api_ci
stable_ref: release

Expand Down

0 comments on commit 80f5397

Please sign in to comment.