builds/nixos.yml: add LDC 1.30.0 build

This commit is contained in:
Jeremy Baxter 2024-08-08 17:21:39 +12:00
parent 1d33403355
commit dd51f65691

View file

@ -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: |