Skip to content

Commit

Permalink
Add more args to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Dec 30, 2023
1 parent 3e4b362 commit f1a3c07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,18 @@ Disable the `-g` flag.
args: "--with-recommends --with-suggests"
```

Here is an extract of the possible args to use to control groups
```
--with-requires, --without-requires (default: with)
--with-recommends, --without-recommends (default: without)
--with-suggests, --without-suggests (default: without)
--with-configure, --without-configure (default: without)
--with-build, --without-build (default: with)
--with-test, --without-test (default: with)
--with-runtime, --without-runtime (default: with)
--with-develop, --without-develop (default: without)
```
### Using install-with-cpm on Windows / win32
Here is a sample job using cpm to install modules on windows.
Expand Down

0 comments on commit f1a3c07

Please sign in to comment.