aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2019-05-04 17:06:22 +0300
committergramanas <anastasis.gramm2@gmail.com>2019-05-04 17:06:22 +0300
commit5be62bc1a968f517543c2debec650adb08124dc8 (patch)
treecb23ebda307a7b1de405e7ec0176f432680982dc /.gitlab-ci.yml
parentb8c1308d81dbcc13b2eeea0732b64d60eac1d5e3 (diff)
downloadck-5be62bc1a968f517543c2debec650adb08124dc8.tar.gz
ck-5be62bc1a968f517543c2debec650adb08124dc8.tar.bz2
ck-5be62bc1a968f517543c2debec650adb08124dc8.zip
Undo 2 jobsHEADmaster
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1787f4a..be3c33c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,8 @@
before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 cmake
-build:
+test:
script:
- cmake -DCK_DEBUG=1 -DCK_TESTS=1 .
- make
-
-test:
- script:
- - bash test-ck
+ - ./test-ck