From f89f14f873f6947afcd9aec187b150809369e264 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 2 Aug 2019 11:10:57 +1000 Subject: [PATCH] No longer relevant --- DEVELOPMENT.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 DEVELOPMENT.md diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md deleted file mode 100644 index 9f9faae..0000000 --- a/DEVELOPMENT.md +++ /dev/null @@ -1,14 +0,0 @@ -# Development Guidelines - -**WIP** - -## CI - -We've recently started using Travis CI to test builds. As you -may/may not have noticed, there are a *lot* of targets. We want -gophernicus to work on a wide range of systems, and so we test it -on a lot of systems. This is why we've got two stages: the quick -stage and the full stage. When making a PR, let it run on the quick -stage. If the quick stage finds errors, then there's probably a -serious error. Once it works properly, let it run on the full stage -to catch platform/distro-specific errors (rare).