Skip to content

voltpost/everest-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Approximate the EVerest Quickstart.

Actions workflow

  • Build the devcontainer so we can run the build inside it.
  • Run edm init.
  • Run CMake.
  • Run Ninja.

Running the devcontainer locally

First you must have a GitHub personal access token. Then you can use the token as a password to log into GitHub Container registry.

docker login ghcr.io -p $token

Then you will have access to the image built by CI in this repo.

docker pull ghcr.io/voltpost/everest-devcontainer

You should now be able to use this container in VSCode or with the devcontainer cli.

devcontainer up --workspace-folder .
devcontainer exec --workspace-folder . bash

About

Workspace for debugging EVerest builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published