We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2392758 commit 7961859Copy full SHA for 7961859
Makefile
@@ -9,8 +9,11 @@ include scripts/init.mk
9
10
quick-start: config clean build serve-docs # Quick start target to setup, build and serve docs @Pipeline
11
12
-dependencies: # Install dependencies needed to build and test the project @Pipeline
13
- # TODO: Implement installation of your project dependencies
+install:
+ ./dependencies.sh --skip-system-deps
14
+
15
+dependencies:
16
+ ./dependencies.sh
17
18
build: # Build the project artefact @Pipeline
19
$(MAKE) -C docs build
0 commit comments