[gjs: 1/2] CI: add build status badge



commit d9448b1925bb912933756b43feb930b32dff4e6b
Author: Claudio André <claudioandre br gmail com>
Date:   Tue Oct 31 12:34:28 2017 -0200

    CI: add build status badge

 README    | 10 +---------
 README.md | 13 +++++++++++++
 2 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/README b/README
deleted file mode 100644
index aaccf53..0000000
--- a/README
+++ /dev/null
@@ -1,9 +0,0 @@
-JavaScript bindings for GNOME
-=============================
-
-Available as part of your GNOME distribution. Powers GNOME Shell, Polari,
-GNOME Documents, and many other apps.
-
-Wiki: https://wiki.gnome.org/action/show/Projects/Gjs
-
-How to build and run if you want to contribute to GJS: see doc/Hacking.md
diff --git a/README b/README
new file mode 120000
index 0000000..42061c0
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3269b1a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+[![Build 
Status](https://gitlab.gnome.org/GNOME/gjs/badges/master/build.svg)](https://gitlab.gnome.org/GNOME/gjs)
+
+JavaScript bindings for GNOME
+=============================
+
+It's mainly based on Spidermonkey javascript engine and the GObject introspection framework.
+
+Available as part of your GNOME distribution. Powers GNOME Shell, Polari,
+GNOME Documents, and many other apps.
+
+Wiki: https://wiki.gnome.org/action/show/Projects/Gjs
+
+How to build and run if you want to contribute to GJS: see doc/Hacking.md


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