-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Names with spaces: add string serializer (#244) * Update to Dome versions * Update dependencies in workflows * Add X support to workflows Signed-off-by: Louise Poubel <[email protected]> Signed-off-by: Jose Luis Rivero <[email protected]> Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]>
- Loading branch information
1 parent
aea1acc
commit 8ec8d66
Showing
14 changed files
with
103 additions
and
98 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/sh -l | ||
|
||
set -x | ||
set -e | ||
|
||
# Install (needed for some tests) | ||
make install | ||
|
||
# For ign-tools | ||
export IGN_CONFIG_PATH=/usr/local/share/ignition | ||
|
||
# For rendering / window tests | ||
Xvfb :1 -screen 0 1280x1024x24 & | ||
export DISPLAY=:1.0 | ||
export RENDER_ENGINE_VALUES=ogre2 | ||
export MESA_GL_VERSION_OVERRIDE=3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
freeglut3-dev | ||
libfreeimage-dev | ||
libglew-dev | ||
libignition-cmake2-dev | ||
libignition-common3-dev | ||
libignition-gui4-dev | ||
libignition-fuel-tools5-dev | ||
libignition-math6-eigen3-dev | ||
libignition-msgs6-dev | ||
libignition-physics3-dev | ||
libignition-plugin-dev | ||
libignition-rendering4-dev | ||
libignition-sensors4-dev | ||
libignition-tools-dev | ||
libignition-transport9-dev | ||
libogre-1.9-dev | ||
libogre-2.1-dev | ||
libprotobuf-dev | ||
libprotoc-dev | ||
libsdformat10-dev | ||
libtinyxml2-dev | ||
libxi-dev | ||
libxmu-dev | ||
qml-module-qt-labs-folderlistmodel | ||
qml-module-qt-labs-settings | ||
qml-module-qtgraphicaleffects | ||
qml-module-qtquick-controls | ||
qml-module-qtquick-controls2 | ||
qml-module-qtquick-dialogs | ||
qml-module-qtquick-layouts | ||
qml-module-qtquick2 | ||
qtbase5-dev | ||
qtdeclarative5-dev | ||
qtquickcontrols2-5-dev | ||
uuid-dev | ||
xvfb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters