microsoft / pxt-maker

MakeCode target for "Maker" boards (beta)

Home Page:https://maker.makecode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to use a private repository for codalTarget?

OpusK opened this issue · comments

commented

Hi,

Can I use a private repository with codalTarget's git repository?
In yotta, "git + ssh" seems to play the role, but is there a way to do it in codal?

                "codalTarget": {
                    "name": "codal-nrf52840-dk",
                    "url": "https://github.com/mmoskal/codal-nrf52840-dk",
                    "branch": "v1.1.0",
                    "type": "git"
                },

Is this to build locally or to build in our cloud?

commented

Do the settings differ depending on the build location?
I'm currently building locally.

Using a terminal with git credentials should work. Cloud build of private repoes require authorization on our part

commented

Thanks, @pelikhan :)
I understood.