Explorar o código

Add GitLab CI

Andrew Rabert %!s(int64=6) %!d(string=hai) anos
pai
achega
9f79cd6455
Modificáronse 2 ficheiros con 11 adicións e 1 borrados
  1. 10 0
      .gitlab-ci.yml
  2. 1 1
      .gitmodules

+ 10 - 0
.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 .

+ 1 - 1
.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