mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00
Add pipelines rules to build && test a channel quickly
This commit is contained in:
parent
c2ad42b509
commit
06a3c9346b
11
Makefile
11
Makefile
@ -123,3 +123,14 @@ watch-test: ## Watch files changes and run the tests if any
|
||||
|
||||
watch-doc: ## Watch file changes and rebuild the documentation if any
|
||||
watchman-make -p 'src/**/*.rs' -t doc
|
||||
|
||||
# ================================= Pipelines =================================
|
||||
|
||||
stable: RUST_CHANNEL = stable
|
||||
stable: build test
|
||||
|
||||
beta: RUST_CHANNEL = beta
|
||||
beta: build test
|
||||
|
||||
nightly: RUST_CHANNEL = nightly
|
||||
nightly: build lint test
|
||||
|
Loading…
x
Reference in New Issue
Block a user