aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-01 00:44:49 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-01 00:44:49 +0200
commitf1b17f7d2bf03ed798520c3a5f322c0d79f3787c (patch)
tree002a0fd030efccf66b8b8015068d5b8c38dc004e /README
parent0dcfb82c706585d1ed5bd700a88cc9ddc6a8751d (diff)
downloadsciteco-f1b17f7d2bf03ed798520c3a5f322c0d79f3787c.tar.gz
Continuous Integration artifacts are now built only once a day (nightly builds) and include Gtk+ versions
* The CI tests are unchanged. The workflow file has been renamed to ci.yml, though. * Nightly builds are described by nightly.yml and are built at 4:13. * Nightly Ubuntu package builds now include the Gtk+ 3 packages.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 6b40434..03f6902 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-[![Continuous Integration](https://github.com/rhaberkorn/sciteco/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/rhaberkorn/sciteco/actions/workflows/continuous-integration.yml)
+[![Continuous Integration](https://github.com/rhaberkorn/sciteco/actions/workflows/ci.yml/badge.svg)](https://github.com/rhaberkorn/sciteco/actions/workflows/ci.yml) [![Nightly Builds](https://github.com/rhaberkorn/sciteco/actions/workflows/nightly.yml/badge.svg)](https://github.com/rhaberkorn/sciteco/actions/workflows/nightly.yml)
Overview
========
@@ -115,8 +115,9 @@ There are prebuilt binary packages and source bundles for your convenience:
* The official [SciTECO homepage](http://sciteco.sf.net/) is a live demo.
These releases may be quite outdated, so you may also give a try to the
-[nightly Ubuntu packages](https://nightly.link/rhaberkorn/sciteco/workflows/continuous-integration/master) -
+[nightly Ubuntu packages](https://nightly.link/rhaberkorn/sciteco/workflows/nightly/master) -
they represent the repository's HEAD commit but may well be instable.
+Both ncurses and Gtk+ packages are provided.
If everything fails, you can try building from source.
See [`INSTALL`](INSTALL) for more details.