before_script: - apt-get update -qq && apt-get install -y -qq sqlite3 cmake test: script: - cmake -DCK_DEBUG=1 -DCK_TESTS=1 . - make - ./test-ck