diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-11 21:31:47 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2018-12-11 21:39:08 -0500 |
| commit | 9f79cd6455f074d956e41cc2657671b6c3a56e93 (patch) | |
| tree | f95ed80928f1ca1a057d74c432447242a11226c4 | |
| parent | 6493929ad3d4778be9ec4d5c66fbc7d342bfe139 (diff) | |
Add GitLab CI
| -rw-r--r-- | .gitlab-ci.yml | 10 | ||||
| -rw-r--r-- | .gitmodules | 2 |
2 files changed, 11 insertions, 1 deletions
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 |
