Skip to content
Snippets Groups Projects
.gitlab-ci.yml 352 B
before_script:
    - echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" > /etc/apt/sources.list.d/unstable.list
    - apt-get update
    - apt-get install linux-image-3.2.0-4-amd64
    - apt-get install -y -qq make cmake libboost-test-dev
    - apt-get install -y gcc-5
    - ./build.sh

run_tests:
    script: "./run_tests.sh"