Skip to content

Commit 7cd75d4

Browse files
committed
Add experimental pixi support
1 parent 86c27a1 commit 7cd75d4

File tree

5 files changed

+1436
-0
lines changed

5 files changed

+1436
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GitHub syntax highlighting
2+
pixi.lock linguist-language=YAML
3+

.github/workflows/ci_ubuntu.yml

+10
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ jobs:
6262
--env-file ./.ci/docker/env.list \
6363
$DART_DEV_IMAGE:$DOCKER_TAG \
6464
/bin/sh -c "cd $GITHUB_WORKSPACE && ./.ci/build.sh"
65+
66+
build_with_pixi:
67+
runs-on: ubuntu-latest
68+
steps:
69+
- name: Checkout
70+
uses: actions/checkout@v2
71+
- uses: prefix-dev/[email protected]
72+
with:
73+
cache: true
74+
- run: pixi run build

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ data/screencap/*
3131
# Python
3232
dist/
3333
*.egg-info
34+
# pixi environments
35+
.pixi
36+

0 commit comments

Comments
 (0)