Skip to content

Commit

Permalink
4 to 5
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Aug 3, 2020
2 parents 57e877b + 3f0b289 commit 3317f2a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
libignition-cmake2-dev
libignition-math6-dev
libignition-tools-dev
libprotobuf-dev
libprotoc-dev
libtinyxml2-dev
protobuf-compiler
ruby
20 changes: 15 additions & 5 deletions .github/workflows/ci-bionic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ubuntu Bionic CI
name: Ubuntu CI

on: [push, pull_request]
on: [push]

jobs:
bionic-ci:
Expand All @@ -9,9 +9,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Bionic CI
- name: Compile and test
id: ci
uses: ignition-tooling/ubuntu-bionic-ci-action@master
uses: ignition-tooling/action-ignition-ci@master
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@focal
with:
apt-dependencies: 'libprotobuf-dev protobuf-compiler libprotoc-dev ruby libtinyxml2-dev libignition-cmake2-dev libignition-tools-dev libignition-math6-dev'
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3317f2a

Please sign in to comment.