blob: f82929422c0ed17e371f8a7e1c5b6bd7d2c590b9 (
plain)
1
2
3
4
5
6
7
8
|
image: debian/stretch
sources:
- https://git.sr.ht/~mcf/cc
- https://github.com/michaelforney/qbe
tasks:
- build: |
make -C qbe
PATH=$PWD/qbe/obj:$PATH make -C cc all check bootstrap
|