Skip to content

doisyg/ade-qtcreator-ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADE Qt Creator

How to use

  • In the .aderc file add, ghcr.io/doisyg/ade-qtcreator-ros:8.0.1 to the list of ADE_IMAGES: e.g.
export ADE_IMAGES="
  registry.gitlab.com/group/project/ade:latest
  ghcr.io/doisyg/ade-qtcreator-ros:8.0.1
"

Image building

The base image is build with this repo Dockerfile. It was built locally with

$ ./build-opt

$ docker build -t ghcr.io/doisyg/ade-qtcreator-ros:8.0.1

And was then uploaded to the github registry with

$ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin

$ docker push ghcr.io/doisyg/ade-qtcreator-ros:8.0.1

Where CR_PAT is your github token

No github action is set yet to do it directely on github.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published