Improve Makefile for travis
This commit is contained in:
parent
66e1b1cd94
commit
a4c73f0cf7
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -16,9 +16,8 @@ install:
|
||||||
else
|
else
|
||||||
echo -e "Please install Imagemagick, python3-pip git-lfs and gcc"
|
echo -e "Please install Imagemagick, python3-pip git-lfs and gcc"
|
||||||
fi
|
fi
|
||||||
pip3 install wheel --user --upgrade
|
sudo pip3 install wheel --upgrade
|
||||||
pip3 install lektor --user --upgrade
|
sudo pip3 install lektor --upgrade
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS)
|
python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS)
|
||||||
|
|
Loading…
Reference in a new issue