Skip to content

Commit

Permalink
Add Focal CI (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 3, 2020
1 parent 8714110 commit 3f0b289
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
libignition-cmake2-dev
libignition-math6-dev
libignition-tools-dev
libprotobuf-dev
libprotoc-dev
protobuf-compiler
ruby
18 changes: 14 additions & 4 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
with:
apt-dependencies: 'libprotobuf-dev protobuf-compiler libprotoc-dev ruby libignition-cmake2-dev libignition-tools-dev libignition-math6-dev'
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/ubuntu-bionic-ci-action@focal
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3f0b289

Please sign in to comment.