From 9f79cd6455f074d956e41cc2657671b6c3a56e93 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Tue, 11 Dec 2018 21:31:47 -0500 Subject: [PATCH] Add GitLab CI --- .gitlab-ci.yml | 10 ++++++++++ .gitmodules | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..f9c205bcf --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +variables: + GIT_DEPTH: "1" + GIT_SUBMODULE_STRATEGY: "recursive" + +build:docker: + image: docker + services: + - docker:dind + script: + - docker build . diff --git a/.gitmodules b/.gitmodules index 2ef569c7c..31a58ecf1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "ThirdParty/taglib-sharp"] path = ThirdParty/taglib-sharp - url = git@github.com:mono/taglib-sharp.git + url = https://github.com/mono/taglib-sharp.git