Skip to content
Snippets Groups Projects
Commit 164fc584 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Add .gitlab-ci.yml

parent 7e47a69e
No related branches found
No related tags found
No related merge requests found
Pipeline #405 failed
image: clarinpl/cpp
stages:
- build
- deploy
build_deb:
stage: build
only:
- master
before_script:
- apt-get update -qq
- apt-get install -y -qq
sqlite3 wget locales locales-all libboost-all-dev libicu-dev
- wget https://github.com/CopernicaMarketingSoftware/AMQP-CPP/archive/v2.8.0.tar.gz
- tar -xvf v2.8.0.tar.gz
- cd AMQP-CPP-2.8.0
- make -j4 && make install && ldconfig
script:
- mkdir build
- build
- cmake ..
- make -j4
- make install
- ldconfig
artifacts:
paths:
- build/
push_deb:
only:
- master
script:
- ls build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment