From 9122dae2b23755c74e3d29a1448cc61c95120fca Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 22 Mar 2020 05:24:00 -0700 Subject: [PATCH] updates readme with url, drone to push images --- .drone.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7adac17..738d965 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,6 @@ steps: network_mode: bridge settings: repo: sneak/adchpp - dry_run: true build_args: - UBUNTU_MIRROR=http://ubuntu.datavi.be/ubuntu username: diff --git a/README.md b/README.md index 4009c80..8970d70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # adchpp-docker +* https://git.eeqj.de/sneak/adchpp-docker + `src` contains `adch++` v2.12.1 extracted from tarball from sourceforge, modified only to make build on modern hardware. I tried getting it running on 20.04 but it doesn't work with modern `scons`, sadly.