.build.yml: drop
This commit is contained in:
parent
a3d17fdc6c
commit
daef20ac59
1 changed files with 0 additions and 15 deletions
15
.build.yml
15
.build.yml
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
image: nixos/unstable
|
||||
packages:
|
||||
- nixos.ldc
|
||||
environment:
|
||||
CFLAGS: "-Oz -de -unittest -main -run"
|
||||
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||
sources:
|
||||
- "https://git.sr.ht/~jeremy/initial"
|
||||
tasks:
|
||||
- ldc: |
|
||||
ldc2 $CFLAGS initial/initial.d
|
||||
- ldc-1_30_0: |
|
||||
nix build -o ldc-1.30.0 --accept-flake-config github:PetarKirov/dlang.nix#ldc-1_30_0
|
||||
ldc-1.30.0/bin/ldc2 $CFLAGS initial/initial.d
|
Loading…
Add table
Add a link
Reference in a new issue