Skip to content

Commit

Permalink
5 ➡️ 6 (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Mar 19, 2021
2 parents 2d15118 + 6870d32 commit 62d98be
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@master
uses: ignition-tooling/action-ignition-ci@bionic
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
focal-ci:
Expand Down
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# Ignition Fuel Tools
# Ignition Fuel Tools: Classes and tools for interacting with Ignition Fuel

**Classes and tools for interacting with Ignition Fuel**
**Maintainer:** nate AT openrobotics DOT org

[![GitHub open issues](https://img.shields.io/github/issues-raw/ignitionrobotics/ign-fuel-tools.svg)](https://github.com/ignitionrobotics/ign-fuel-tools/issues)
[![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/ignitionrobotics/ign-fuel-tools.svg)](https://github.com/ignitionrobotics/ign-fuel-tools/pulls)
[![Discourse topics](https://img.shields.io/discourse/https/community.gazebosim.org/topics.svg)](https://community.gazebosim.org)
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Build | Status
-- | --
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-fuel-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-fuel-tools)
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_fuel-tools-ci-main-bionic-amd64)](https://build.osrfoundation.org/job/ignition_fuel-tools-ci-main-bionic-amd64)
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_fuel-tools-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_fuel-tools-ci-main-homebrew-amd64)
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_fuel-tools-ci-main-windows7-amd64)](https://build.osrfoundation.org/job/ignition_fuel-tools-ci-main-windows7-amd64)

Ignition Fuel Tools is composed by a client library and command line tools for
interacting with Ignition Fuel servers.

[http://github.com/ignitionrobotics/ign-fuel-tools](http://github.com/ignitionrobotics/ign-fuel-tools)

Test coverage reports are available at Codecov:

[![codecov](https://codecov.io/gh/ignitionrobotics/ign-fuel-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-fuel-tools)

# Building and installing

See the [installation tutorial](https://ignitionrobotics.org/api/fuel_tools/5.0/install.html).
Expand Down
20 changes: 10 additions & 10 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ pipelines:
libignition-math6-dev
libignition-msgs6-dev
# Ignition tools
- git clone http://github.com/ignitionrobotics/ign-tools -b master
- git clone http://github.com/ignitionrobotics/ign-tools
- cd ign-tools
- mkdir build
- cd build
- cmake ..
- make -j4 install
- cd ../..
# # Ignition msgs
- apt-get -y install
libprotobuf-dev protobuf-compiler libprotoc-dev libtinyxml2-dev
- git clone http://github.com/ignitionrobotics/ign-msgs -b master
- cd ign-msgs
- mkdir build
- cd build
- cmake ..
- make -j4 install
- cd ../..
# - apt-get -y install
# libprotobuf-dev protobuf-compiler libprotoc-dev libtinyxml2-dev
# - git clone http://github.com/ignitionrobotics/ign-msgs
# - cd ign-msgs
# - mkdir build
# - cd build
# - cmake ..
# - make -j4 install
# - cd ../..
# Make sure ign-tools can find installed libs
- export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
# Ignition Fuel Tools
Expand Down
2 changes: 1 addition & 1 deletion src/Zip_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

// All these helper functions have been copied from
// https://github.com/ignitionrobotics/ign-common/raw/master/src/Filesystem_TEST.cc
// https://github.com/ignitionrobotics/ign-common/raw/ign-common3/src/Filesystem_TEST.cc

#ifndef _WIN32
#include <fcntl.h>
Expand Down

0 comments on commit 62d98be

Please sign in to comment.