Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
sifis-generate
This tool generates either new projects for some build systems or configuration files for some Continuous Integration with the use of templates.
Templates define the layout for a project and allow developers to insert data at runtime.
Each template contains all files necessary to build a project with a build system, in addition to Continuous Integration and Docker files used to run tests and implement further checks.
Supported build systems
- meson
- poetry
- maven
Build systems CI files
- cargo
- yarn
Commands
To see the list of supported commands, run: sifis-generate --help
Each command has an optional argument to define a license and an optional argument to
override the project name instead of using the last component of the project-path.
The default value for the license argument is MIT.
cargo
$ sifis-generate cargo [--license LICENSE --name NAME --branch GITHUB_BRANCH] project-path
maven
$ sifis-generate maven [--license LICENSE --name NAME --branch GITHUB_BRANCH] project-group project-path
meson
$ sifis-generate meson [--kind meson-project-kind] [--license LICENSE --name NAME --branch GITHUB_BRANCH] project-path
Admitted values for the kind argument:
cc++
poetry
$ sifis-generate poetry [--license LICENSE --name NAME --branch GITHUB_BRANCH] project-path
yarn
$ sifis-generate yarn [--license LICENSE --name NAME --branch GITHUB_BRANCH] project-path
Project Templates
The following templates generate build systems files in addition to the
configuration files for GitHub and GitLab Continuous Integration.
Some templates also produces files to configure the Docker environment.
- meson-c
libdirectory for library source filesclidirectory for command line source filestestdirectory for tests source files- README.md
- meson.build
- Dockerfile
- docker-compose.yml
- github.yml
- .gitlab-ci.yml
- meson-c++
- Same files generated by the
meson-ctemplate but configured for thecpplanguage
- Same files generated by the
- poetry
- README.md
- pyproject.toml
- .pre-commit-config.yaml
- github.yml
- .gitlab-ci.yml
- maven
maindirectory for library source filestestdirectory for tests source files- README.md
- pom.xml
- github.yml
- cargo-ci
- README.md
- github-compact.yml
- github-ubuntu.yml
- github-macos.yml
- github-windows.yml
- github-deploy.yml
- .gitlab-ci.yml
- yarn-ci
- README.md
- github.yml
- .gitlab-ci.yml
License
Released under the MIT License.
Acknowledgements
This software has been developed in the scope of the H2020 project SIFIS-Home with GA n. 952652.