CI - use GitLab instead of Travis

This commit is contained in:
Sam
2020-09-16 14:13:38 +02:00
parent 1ad847c857
commit b411d4d547
4 changed files with 61 additions and 109 deletions

View File

@ -6,7 +6,7 @@ make-p:
# Launch all P targets in parallel and exit as soon as one exits.
set -m; (for p in $(P); do ($(MAKE) $$p || kill 0)& done; wait)
build-client:
build-client: lint-react
$(NPM) build
clean-install: