Skip to content

Commit

Permalink
test #427 with gz-cmake#436
Browse files Browse the repository at this point in the history
add a .github/ci/dependencies.yaml to build
gz-* dependencies from source
  • Loading branch information
scpeters committed Jul 20, 2024
1 parent 7157514 commit e58439e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .github/ci/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
repositories:
gz-cmake:
type: git
url: https://github.com/azeey/gz-cmake
version: fix_lcov
gz-common:
type: git
url: https://github.com/gazebosim/gz-common
version: main
gz-math:
type: git
url: https://github.com/gazebosim/gz-math
version: main
gz-msgs:
type: git
url: https://github.com/gazebosim/gz-msgs
version: main
gz-utils:
type: git
url: https://github.com/gazebosim/gz-utils
version: main
5 changes: 0 additions & 5 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
curl
libcurl4-openssl-dev
libgflags-dev
libgz-cmake4-dev
libgz-common6-dev
libgz-math8-dev
libgz-msgs11-dev
libgz-tools2-dev
libgz-utils3-dev
libjsoncpp-dev
libtinyxml2-dev
libyaml-dev
Expand Down

0 comments on commit e58439e

Please sign in to comment.