Skip to content

Commit

Permalink
Modernize actions CI (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Aug 5, 2020
1 parent 83e65d8 commit 1b291a1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
11 changes: 11 additions & 0 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
curl
libcurl4-openssl-dev
libgflags-dev
libignition-cmake2-dev
libignition-common3-dev
libignition-math4-dev
libignition-tools-dev
libjsoncpp-dev
libtinyxml2-dev
libyaml-dev
libzip-dev
28 changes: 0 additions & 28 deletions .github/workflows/ci-bionic.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Ubuntu CI

on: [push]

jobs:
bionic-ci:
runs-on: ubuntu-latest
name: Ubuntu Bionic CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@master
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1b291a1

Please sign in to comment.