build.toml 365 B

12345678910
  1. # This is an example of the config file for building with foxbuild.
  2. # The git repository for the catalyst files (must be in the same file structure as the one on the link below)
  3. catalyst_repo = "test2"
  4. # The git branch to use for the catalyst files
  5. git_branch = "test"
  6. # The name of the spec file to build. Specify multiple by comma seperating them.
  7. target = "*"