-
Notifications
You must be signed in to change notification settings - Fork 24
Test Environments
mikeyd edited this page Sep 14, 2015
·
14 revisions
Builds a Debian Wheezy/Jessie, or SteamOS (brewmaster) chroot for testing.
Install and run the utility using the script file provided here:
git clone https://github.com/ProfessorKaos64/SteamOS-Tools
cd SteamOS-Tools
./build-test-chroot.sh [type] [release]
[debian|steamos]
Releases (Debian type): [wheezy | jessie]
Releases (SteamOS/Beta type): [alchemist | alchemist_beta | brewmaster | brewmaster_beta]
Builds a test Docker contain, image, or Dockerfile. See: http://bit.ly/1GPw9lb (Digital Ocean Wiki)
This script is very much in progress!
Install and run the utility using the script file provided here:
./build-test-docker.sh
Alternatively, and ideally, clone the repo for easy updates
git clone https://github.com/ProfessorKaos64/SteamOS-Tools
cd SteamOS-Tools
./build-test-docker.sh
Submit all questions, comments, and pull requests to the issues and pull requests area of this git repository.