[gimp-web] Add the CI builds in a subsection of the dev downloads page.



commit b75fab66bbcdc50eca28f27370e674643893467a
Author: Jehan <jehan girinstud io>
Date:   Wed Mar 3 17:48:24 2021 +0100

    Add the CI builds in a subsection of the dev downloads page.

 .../newgimp/templates/downloads-development.html   | 37 +++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 04c7490c..d59c51c1 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -116,7 +116,7 @@
         <code>flatpak make-current --user org.gimp.GIMP stable</code>
         </p>
         <p>
-        <em>You may also create shortcuts running specificly one of the
+        <em>You may also create shortcuts running specifically one of the
         other version.</em>
         </p>
 
@@ -302,6 +302,41 @@
       <a href="https://www.virustotal.com/#/file/{{ WINDOWS_HASH_DEVELOPMENT }}/detection">{{ 
WINDOWS_FILE_DEVELOPMENT }}</a>
     </p>
 
+    <h3>Automatic development builds</h3>
+    <p>
+        Automatic builds (sometimes called "nightlies") are generated at
+        regular intervals by our Continuous Integration process. This
+        allows to run the last version of our code, though it also means
+        you will get possibly very unstable work-in-progress, just as it
+        is made. Therefore ⚠️  <strong>be aware that you would be running
+        very experimental code!</strong> ⚠️
+        These builds are meant to test future GIMP versions and help us
+        debug, we do not advise to use these for production.
+    </p>
+    <ul>
+      <li><a
+      href="https://gitlab.gnome.org/GNOME/gimp/-/jobs/artifacts/master/download?job=win64-nightly";>Last
+      development build of GIMP for Windows 64-bit</a></li>
+      <li><a
+      href="https://gitlab.gnome.org/GNOME/gimp/-/jobs/artifacts/master/download?job=win32-nightly";>Last
+      development build of GIMP for Windows 32-bit</a></li>
+    </ul>
+    <dl>
+      <dt>Note 1<dt>
+      <dd><em>
+        These builds are not provided with a fancy installer nor any
+        desktop integration (i.e. no shortcuts in menus, etc.). Just
+        unzip the archive, and double-click gimp.cmd or gimp-2.99.exe
+        files.
+      </em></dd>
+      <dt>Note 2<dt>
+      <dd><em>
+        There are still a few known issues such as missing GObject
+        Introspection, i.e. that the Python 3/Javascript/Lua/Vala
+        plug-ins won’t work with this build (yet).
+      </em></dd>
+    </dl>
+
     <h3>Older Downloads</h3>
     <p>
         Previous installers for Windows can be found here: <a 
href='//download.gimp.org/mirror/pub/gimp/v2.9/windows/'>download.gimp.org</a>.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]