]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Updated .gitlab-ci.yml
authorStephen Seo <seo.disparate@gmail.com>
Fri, 18 Mar 2016 15:53:40 +0000 (00:53 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 18 Mar 2016 15:53:40 +0000 (00:53 +0900)
.gitlab-ci.yml

index 2e7ebc33ce2325b6dedd71591ec1ad3b692918d0..56b4ffd8d414462afa1f82507676a80dc7152ed6 100644 (file)
@@ -1,15 +1,11 @@
 image: seo.disparate/gcc-runner:latest
 
-
 stages:
     - build
     - test
 
 buildJob:
     stage: build
-    artifacts:
-        paths:
-            - buildDebug/
     tags:
         - docker
     script:
@@ -23,6 +19,9 @@ testJob:
     tags:
         - docker
     script:
+        - mkdir -p buildDebug
         - cd buildDebug
+        - cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=True ../src
+        - make
         - ./UnitTests