mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Simplify CI install/testing
This commit is contained in:
parent
f2f714ad23
commit
6196defa8b
@ -31,6 +31,8 @@ matrix:
|
||||
|
||||
script:
|
||||
- make ci-info
|
||||
- make ci-install
|
||||
- make test
|
||||
- make ci-bundle
|
||||
|
||||
deploy:
|
||||
|
5
Makefile
5
Makefile
@ -48,10 +48,11 @@ ci-info: ## Print info about environment
|
||||
python3 --version
|
||||
pip3 --version
|
||||
|
||||
ci-bundle: ## Create bundle and run basic tests
|
||||
ci-install: ## Install requirements
|
||||
pip3 install -U setuptools
|
||||
pip3 install -r requirements/dev.txt
|
||||
$(MAKE) test
|
||||
|
||||
ci-bundle: ## Create bundle and run basic tests
|
||||
$(MAKE) bundle
|
||||
mkdir -p releases/
|
||||
./dist/tutor --version
|
||||
|
Loading…
Reference in New Issue
Block a user