Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions CI #139

Merged
merged 24 commits into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
246aac6
Update actions CI
chapulina Jul 20, 2020
c0e2bc2
Use master
chapulina Jul 20, 2020
3d45b9a
Merge branch 'ign-math6' into chapulina/actions_groups
chapulina Jul 20, 2020
4f9ec46
Use packages.apt
chapulina Jul 21, 2020
7bbd2e8
Merge branch 'chapulina/actions_groups' of github.com:ignitionrobotic…
chapulina Jul 21, 2020
f5e760f
use test branch
chapulina Jul 21, 2020
40d24fd
typo
chapulina Jul 21, 2020
e971beb
Move packages file
chapulina Jul 27, 2020
387427f
Merge branch 'ign-math6' into chapulina/actions_groups
chapulina Jul 27, 2020
b6beb6f
more updates
chapulina Jul 29, 2020
334da21
Merge branch 'chapulina/actions_groups' of github.com:ignitionrobotic…
chapulina Jul 29, 2020
ec5dcac
Merge branch 'ign-math6' into chapulina/actions_groups
chapulina Jul 29, 2020
cfa61e8
Focal
chapulina Jul 29, 2020
aa6eb32
push is enough
chapulina Jul 29, 2020
78b665a
ci master
chapulina Jul 30, 2020
508d571
satisfy cppcheck when possible
chapulina Jul 31, 2020
4ca0a7d
double
chapulina Jul 31, 2020
1f19a9c
Merge branch 'ign-math6' into chapulina/actions_groups
chapulina Jul 31, 2020
785e941
a real fix for a change
chapulina Jul 31, 2020
21a324a
Merge branch 'chapulina/actions_groups' of github.com:ignitionrobotic…
chapulina Jul 31, 2020
fea7073
new repo name
chapulina Jul 31, 2020
4321f62
Merge branch 'ign-math6' into chapulina/actions_groups
chapulina Aug 1, 2020
475d6b4
use focal branch
chapulina Aug 1, 2020
d827244
Merge branch 'ign-math6' into chapulina/actions_groups
mjcarroll Aug 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ci-bionic/after_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -x

BUILD_DIR=`pwd`

# Install
make install

Expand All @@ -12,3 +14,5 @@ cd build
cmake ..
make
./graph_example

cd $BUILD_DIR
7 changes: 5 additions & 2 deletions .github/workflows/ci-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
id: ci
uses: ignition-tooling/ubuntu-bionic-ci-action@master
with:
apt-dependencies: 'ruby-dev swig libeigen3-dev libignition-cmake2-dev'
apt-dependencies: |
chapulina marked this conversation as resolved.
Show resolved Hide resolved
libeigen3-dev
libignition-cmake2-dev
ruby-dev
swig
codecov-token: ${{ secrets.CODECOV_TOKEN }}
script-after-make: ../.github/ci-bionic/after_make.sh