1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

No longer relevant

This commit is contained in:
fosslinux 2019-08-02 11:10:57 +10:00 committed by GitHub
parent 063818cdc8
commit f89f14f873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).