aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-02-05 15:55:18 +0100
committerMinteck <contact@minteck.org>2022-02-05 15:55:18 +0100
commit0da07c4eb842da243872f0a29d36be9b4bdb7984 (patch)
tree7f4735a855ee569ce8cf2181636d1ef933537ed4
parent5a60f5d6ff757f708caa1792cab99ee7011bc78a (diff)
parent50af91bed97f56469d6bda773f599593f7cfddb2 (diff)
downloadhelp-0da07c4eb842da243872f0a29d36be9b4bdb7984.tar.gz
help-0da07c4eb842da243872f0a29d36be9b4bdb7984.tar.bz2
help-0da07c4eb842da243872f0a29d36be9b4bdb7984.zip
Merge branch 'trunk' of https://source.minteck.org/familine/help into trunk
-rw-r--r--.gitlab-ci.yml15
-rw-r--r--LICENSE21
-rw-r--r--SatteliteGiteaData.txt1
3 files changed, 37 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..4402674
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+# Generic Minteck GitLab CI/CD Checks
+# PHP applications
+image: php:zts-buster
+
+cache:
+ paths:
+ - vendor/
+
+before_script:
+ - apt-get update
+ - apt-get install -y git
+
+test:
+ script:
+ - bash -c '[[ $(find . -name \*.php -exec php -l {} \; | grep -v "No syntax errors") ]] && exit 2 || exit 0'
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..318113a
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021- Minteck
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/SatteliteGiteaData.txt b/SatteliteGiteaData.txt
new file mode 100644
index 0000000..fa56d13
--- /dev/null
+++ b/SatteliteGiteaData.txt
@@ -0,0 +1 @@
+Familine Help \ No newline at end of file