Add documentation for pipelines rules

pull/12/head
Florian Dehau 7 years ago
parent dea9818c59
commit 7b2b1e1c80

@ -127,10 +127,10 @@ watch-doc: ## Watch file changes and rebuild the documentation if any
# ================================= Pipelines =================================
stable: RUST_CHANNEL = stable
stable: build test
stable: build test ## Run build and tests for stable
beta: RUST_CHANNEL = beta
beta: build test
beta: build test ## Run build and tests for beta
nightly: RUST_CHANNEL = nightly
nightly: build lint test
nightly: build lint test ## Run build, lint and tests for nightly

Loading…
Cancel
Save