Skip to content

Commit

Permalink
Upload logs if gazebo build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 20, 2021
1 parent ddb892b commit e266829
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ jobs:
cd C:/robotology/gazebo
colcon build --merge-install --cmake-args -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:/robotology/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_TESTING:BOOL=OFF
- name: Upload logs on failures
if: ${{ failure() }}
uses: actions/upload-artifact@v1
with:
name: gazebo-colcon-logs
path: C:/robotology/gazebo/log

# Remove temporary files
- name: Cleanup vcpkg temporary directories
shell: cmd
Expand Down

0 comments on commit e266829

Please sign in to comment.