Skip to content

Instantly share code, notes, and snippets.

@leemeichin
Last active July 21, 2017 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemeichin/7f4fd98dfb480a9a0b58c7ed8d5719f0 to your computer and use it in GitHub Desktop.
Save leemeichin/7f4fd98dfb480a9a0b58c7ed8d5719f0 to your computer and use it in GitHub Desktop.
Zozz

zozz

Demonstrates how to work with Zozz by building itself.

parrot word (other-words...)

Repeats what you say (example for optional and splatting args)

build

Create a new Zozz debug build

cargo build

release

Build a new release-ready version of Zozz

cargo build --release

publish

Publishes a fresh release to Github

  • build release
# figure this one out

compiler

push

Update the container used to build customized Zozz executables and push it to DockerHub

# todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment