diff --git a/archdev.json b/archdev.json new file mode 100644 index 0000000..d7c7ab4 --- /dev/null +++ b/archdev.json @@ -0,0 +1,48 @@ +{ + "app": "dap_033y70rWJriCRNyb9uL0Pm", + "publish": { + "auto": true + }, + "pipelines": { + "branch-validation": { + "steps": [ + { + "id": "format", + "run": ["cargo", "fmt", "--all", "--", "--check"] + }, + { + "id": "lint", + "run": [ + "cargo", + "clippy", + "--locked", + "--all-targets", + "--all-features", + "--", + "-D", + "warnings" + ], + "timeout_seconds": 1800 + }, + { + "id": "test", + "run": [ + "cargo", + "test", + "--locked", + "--all-targets", + "--all-features" + ], + "timeout_seconds": 3600 + } + ] + } + }, + "pipeline_bindings": { + "branch_update": "branch-validation" + }, + "local": { + "project_id": "project_44269112-848d-478d-b3a7-7314f786cf5a", + "repo_name": "aster" + } +}