Skip to content
Snippets Groups Projects
Commit 13121dc3 authored by Lars Bilke's avatar Lars Bilke
Browse files

Typo.

parent 54a093f8
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ before_install:
before_script:
- export PATH=$HOME/cmake-3.1.1-Linux-x86_64/bin:$PATH
- if [ "CC" == "gcc" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi
- if [ "$CC" == "gcc" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi
script:
- mkdir build
......
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