diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-01 00:44:49 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-01 00:44:49 +0200 |
commit | f1b17f7d2bf03ed798520c3a5f322c0d79f3787c (patch) | |
tree | 002a0fd030efccf66b8b8015068d5b8c38dc004e /README | |
parent | 0dcfb82c706585d1ed5bd700a88cc9ddc6a8751d (diff) | |
download | sciteco-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-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[](https://github.com/rhaberkorn/sciteco/actions/workflows/continuous-integration.yml) +[](https://github.com/rhaberkorn/sciteco/actions/workflows/ci.yml) [](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. |