aboutsummaryrefslogblamecommitdiffstats
path: root/.gitlab-ci.yml
blob: edbcb27c82b22a8517df573824e5a9d8bcd9ee53 (plain) (tree)
1
2
3
4
5
6
7
8







                                                              
before_script:
  - apt-get update -qq && apt-get install -y -qq sqlite3 cmake

test:
  script:
    - cmake .
    - make
    - ./test-ck