builds/nixos.yml: add LDC 1.30.0 build
This commit is contained in:
parent
1d33403355
commit
dd51f65691
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ tasks:
|
|||
cd esv
|
||||
./configure -c ldc2
|
||||
make
|
||||
- build-ldc-1_30_0: |
|
||||
nix build -o ldc-1.30.0 --accept-flake-config github:PetarKirov/dlang.nix#ldc-1_30_0
|
||||
cd esv
|
||||
./configure -c $(readlink ../ldc-1.30.0)/bin/ldc2
|
||||
make
|
||||
- install: |
|
||||
nix profile install ./esv
|
||||
- test: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue