Merge pull request #73 from nvllsvm/gitlab

Add GitLab CI
This commit is contained in:
Andrew Rabert 2018-12-11 23:12:16 -05:00 committed by GitHub
commit 8ecb3e1a06
2 changed files with 11 additions and 1 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
variables:
GIT_DEPTH: "1"
GIT_SUBMODULE_STRATEGY: "recursive"
build:docker:
image: docker
services:
- docker:dind
script:
- docker build .

2
.gitmodules vendored
View File

@ -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