blob: c3a9f53f93809caba5692c93ba991f7a22d30b6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
image: nixos/latest
sources:
- https://git.sr.ht/~mcf/cproc
- git://c9x.me/qbe.git
repositories:
nixpkgs: https://nixos.org/channels/nixpkgs-unstable
packages:
- nixpkgs.gcc
- nixpkgs.gnumake
tasks:
- build: |
PATH=$HOME/qbe:$PATH
make -C qbe CC=cc
cd cproc
./configure --with-ldso=
make all check bootstrap
triggers:
- action: email
condition: failure
to: "<~mcf/cproc@lists.sr.ht>"
|