/exercise

devops exercise

Primary LanguageShell

exercise

Devops exercise

This script makes parity binaries in docker container.
Script works in Ubuntu 16.04 (tested on x86_64 platform).

Usage:

  1. Clone all files
    git clone https://github.com/stallman/exercise
  2. Run
    ./script.sh rustversion parityversion
where
  • rustversion is 'stable', 'beta' or 'nightly'
  • parityversion is 'stable', 'beta' or 'master'

The script provides a link to download at the end.