Skip to content

Commit e294ba4

Browse files
committed
Add debian-forky to meson CI
1 parent 4e2319b commit e294ba4

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// See https://aka.ms/devcontainer.json for format details.
2+
{
3+
"name": "debian-forky",
4+
"image": "debian:forky",
5+
"onCreateCommand": ".devcontainer/onCreate-meson.sh || true",
6+
"features": {
7+
"ghcr.io/devcontainers/features/git": {},
8+
"ghcr.io/devcontainers/features/python:1": {},
9+
"../uv": {
10+
"version": "latest"
11+
}
12+
},
13+
"containerEnv": {
14+
"devcontainerId": "${devcontainerId}",
15+
"UV_PROJECT_ENVIRONMENT": ".venv-${devcontainerId}"
16+
},
17+
"customizations": {
18+
"vscode": {
19+
"extensions": [
20+
"ms-python.python"
21+
]
22+
}
23+
}
24+
}

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
container:
2424
- fedora:41
2525
- fedora:42
26+
- debian:forky
2627
- ghcr.io/void-linux/void-glibc-full
2728
- archlinux
2829
#- ubuntu:22.04 - fails due to issue with cypari2

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Cython",
4444
"d'Alembertian",
4545
"dalembertian",
46+
"devcontainers",
4647
"disp",
4748
"doctest",
4849
"doctests",

0 commit comments

Comments
 (0)