You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have Docker, the easiest way to run Duplo is to:
82
+
If you have Docker, the way to run Duplo is to use this command:
83
83
84
84
```bash
85
-
> docker run dlidstrom/duplo
85
+
# Docker on unix
86
+
> docker run --rm -i -w /src -v $(pwd):/src dlidstrom/duplo
86
87
```
87
88
88
-
This pulls the latest image and runs duplo. In the usage section below, use this command in place of `duplo` or `Duplo.exe`.
89
+
This pulls the latest image and runs duplo. Note that you'll have to pipe the filenames into this command. A complete commandline sample will be shown below.
89
90
90
91
### 1.4.2. Pre-built binaries
91
92
@@ -103,13 +104,16 @@ Run `duplo --help` on the command line to see the detailed options.
Again, the duplicated blocks are written to `out.txt`.
137
+
128
138
### 1.5.3. Xml output
129
139
130
140
Duplo can also output xml and there is a stylesheet that will format the result forviewingin a browser. This can be used as a report tab in your continuous integration tool (TeamCity, etc).
@@ -216,7 +226,7 @@ Send me a pull request!
216
226
- Fixed limitation of total number of lines of code
217
227
- Checking of arbitrary files
218
228
219
-
## 1.10. 1.10. License
229
+
## 1.10. License
220
230
221
231
Duplo is free software; you can redistribute it and/or modify
222
232
it under the terms of the GNU General Public License as published by
0 commit comments