1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 03:54:40 +00:00

Added printing CMakeCache.txt file

For debug purposes, should be removed if compilation succeed.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
Lukasz Gromanowski 2013-04-03 19:10:57 +02:00
parent 2a5fc7cd82
commit f655b9997c

View File

@ -5,6 +5,7 @@ before_script:
- mkdir build
- cd build
- cmake .. -DMYGUI_STATIC=1
- cat CMakeCache.txt
before_install:
- git submodule update --init --recursive
- echo "yes" | sudo apt-add-repository ppa:openmw/deps