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 7b6ac27 commit ce7f5c8Copy full SHA for ce7f5c8
Dockerfile
@@ -35,7 +35,7 @@ WORKDIR /usr/src/app
35
COPY . .
36
37
# Set the working directory
38
-RUN meson setup -Dwith_test=enable builddir
+RUN meson setup -Dwith_test=enabled builddir
39
RUN meson compile -C builddir
40
RUN meson test -C builddir
41
RUN meson install -C builddir
0 commit comments