Replace build.yaml with build-configs.yaml

This commit is contained in:
Oliver Davies 2024-07-31 20:24:00 +01:00
parent bcb2ec9131
commit a47c71b3ad
3 changed files with 24 additions and 19 deletions

5
.yamlfmt.yaml Normal file
View file

@ -0,0 +1,5 @@
---
formatter:
include_document_start: true
retain_line_breaks_single: true
type: basic

19
build-configs.yaml Normal file
View file

@ -0,0 +1,19 @@
---
name: atdc
template: drupal
parameters:
flake:
devshell:
packages:
- php82
- php82Packages.composer
git:
ignore:
- '!/_lessons/**'
- '!/phpstan.neon'
- '!/tests/**'
experimental:
createTmuxStartupFile: true
createInclusiveGitIgnoreFile: true

View file

@ -1,19 +0,0 @@
name: atdc
type: drupal
language: php
flake:
devshell:
packages:
- php82
- php82Packages.composer
git:
ignore:
- '!/_lessons/**'
- '!/phpstan.neon'
- '!/tests/**'
experimental:
createTmuxStartupFile: true
createInclusiveGitIgnoreFile: true