Skip to content
Snippets Groups Projects
Commit 42a49a51 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix CI

parent 5d5d160a
No related branches found
No related tags found
No related merge requests found
before_script: 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 update
- apt-get install -y -qq make g++ cmake libboost-test-dev gem - apt-get install -y -qq make cmake libboost-test-dev gem
- apt-get install -t unstable g++-5
- gem install funit - gem install funit
- ./build.sh - ./build.sh
......
...@@ -13,6 +13,7 @@ BUILD_TYPE=Debug ...@@ -13,6 +13,7 @@ BUILD_TYPE=Debug
# Turn of/off time profiling (1/0) # Turn of/off time profiling (1/0)
WITH_TIME_PROFILIN=1 WITH_TIME_PROFILIN=1
CPP_COMPILER=g++
#--------------#---------------------------------------------------------- #--------------#----------------------------------------------------------
# Library path # # Library path #
#--------------# #--------------#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment