We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be sure to remember to do the following for releases.
sample_regression_spec.rb
overwrite_sample
rake sanity
gem push pkg/squib-x.y.z.gem
docker build .
docker tag XYZ andymeneely/squib:latest
docker tag XYZ andymeneely/squib:version-0.XYZ.0
docker push andymeneely/squib:latest
docker push andymeneely/squib:version-0.XYZ.0
samples/_output/basic_*.png
docker run --rm -v c:\code\squib\samples:/usr/src/app -w /usr/src/app andymeneely/squib:latest ruby basic.rb
The text was updated successfully, but these errors were encountered:
andymeneely
No branches or pull requests
Be sure to remember to do the following for releases.
sample_regression_spec.rb
regression tests are all enabled (i.e.overwrite_sample
is commented out)rake sanity
, and check visuallygem push pkg/squib-x.y.z.gem
Docker
docker build .
docker tag XYZ andymeneely/squib:latest
docker tag XYZ andymeneely/squib:version-0.XYZ.0
docker push andymeneely/squib:latest
docker push andymeneely/squib:version-0.XYZ.0
samples/_output/basic_*.png
docker run --rm -v c:\code\squib\samples:/usr/src/app -w /usr/src/app andymeneely/squib:latest ruby basic.rb
The text was updated successfully, but these errors were encountered: