diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-16 01:02:56 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-16 01:02:56 -0700 |
commit | bc54e40718b557a7f4d00256d8b914d3c79d96d2 (patch) | |
tree | 7e60bd39206edb91165e87f02ede14ac8ff770aa | |
parent | a190ad6faf87556ed68c0b5e242cadd5e46931a9 (diff) | |
download | cproc-bc54e40718b557a7f4d00256d8b914d3c79d96d2.tar.xz |
Use upstream QBE
-rw-r--r-- | .builds/alpine.yml | 2 | ||||
-rw-r--r-- | .builds/debian.yml | 2 | ||||
-rw-r--r-- | .builds/freebsd.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index e038d3c..71ed175 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,7 +1,7 @@ image: alpine/edge sources: - https://git.sr.ht/~mcf/cc - - https://github.com/michaelforney/qbe + - git://c9x.me/qbe.git tasks: - build: | make -C qbe diff --git a/.builds/debian.yml b/.builds/debian.yml index f829294..bcba5fc 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,7 +1,7 @@ image: debian/stretch sources: - https://git.sr.ht/~mcf/cc - - https://github.com/michaelforney/qbe + - git://c9x.me/qbe.git tasks: - build: | make -C qbe diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index fbcf02e..8eb359d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,7 +1,7 @@ image: freebsd/latest sources: - https://git.sr.ht/~mcf/cc - - https://github.com/michaelforney/qbe + - git://c9x.me/qbe.git packages: - gmake tasks: |