commit
8ecb3e1a06
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user