mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
Merge pull request #102 from kamadorueda/kamadorueda
feat: dereferece links
This commit is contained in:
commit
8548d93073
1 changed files with 12 additions and 9 deletions
|
@ -8,19 +8,22 @@ steps:
|
||||||
agents:
|
agents:
|
||||||
queue: private
|
queue: private
|
||||||
artifacts:
|
artifacts:
|
||||||
- aarch64-unknown-linux-musl
|
- alejandra-aarch64-unknown-linux-musl
|
||||||
- x86_64-unknown-linux-gnu
|
- alejandra-x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- alejandra-x86_64-unknown-linux-musl
|
||||||
command:
|
command:
|
||||||
- echo +++
|
- echo +++
|
||||||
- nix build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
|
- nix build .#aarch64-unknown-linux-musl
|
||||||
- cachix push alejandra aarch64-unknown-linux-musl
|
- cachix push alejandra result
|
||||||
|
- cp -L result/bin/alejandra alejandra-aarch64-unknown-linux-musl
|
||||||
|
|
||||||
- nix build --out-link x86_64-unknown-linux-gnu .#x86_64-unknown-linux-gnu
|
- nix build .#x86_64-unknown-linux-gnu
|
||||||
- cachix push alejandra x86_64-unknown-linux-gnu
|
- cachix push alejandra result
|
||||||
|
- cp -L result/bin/alejandra alejandra-x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- nix build --out-link x86_64-unknown-linux-musl .#x86_64-unknown-linux-musl
|
- nix build .#x86_64-unknown-linux-musl
|
||||||
- cachix push alejandra x86_64-unknown-linux-musl
|
- cachix push alejandra result
|
||||||
|
- cp -L result/bin/alejandra alejandra-x86_64-unknown-linux-musl
|
||||||
|
|
||||||
- nix develop --profile develop --command true
|
- nix develop --profile develop --command true
|
||||||
- cachix push alejandra develop
|
- cachix push alejandra develop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue