diff options
author | Jonathan Weth <git@jonathanweth.de> | 2021-06-30 10:43:30 +0200 |
---|---|---|
committer | Jonathan Weth <git@jonathanweth.de> | 2021-06-30 10:43:30 +0200 |
commit | 78e14ca8043814c5816a10756fed31e075f87b03 (patch) | |
tree | 879ae8b071fcfc9bd6ab4ea8b03503125002a06c | |
parent | e20a7c18d214f2ebfb0e8f99377d70f5a641776e (diff) | |
download | RWA.Support.SessionService-78e14ca8043814c5816a10756fed31e075f87b03.tar.gz RWA.Support.SessionService-78e14ca8043814c5816a10756fed31e075f87b03.tar.bz2 RWA.Support.SessionService-78e14ca8043814c5816a10756fed31e075f87b03.zip |
Add a basic CI configuration
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..b61d2fd --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +include: + - project: "remotewebapp/aleksis" + file: /ci/general.yml + - project: "remotewebapp/aleksis" + file: /ci/test/lint.yml + - project: "remotewebapp/aleksis" + file: /ci/build/dist.yml |