Second attempt.

This commit is contained in:
Florian Rival
2014-07-30 22:17:08 +02:00
parent a3e56eea49
commit ef80be1ded

View File

@@ -3,10 +3,11 @@ compiler:
- gcc
install:
- cmake -BBuild
- cd Build
- mkdir .build
- cd .build
- cmake ..
- make
- cd ..
script:
- cd Build/Core
- cd .build/Core
- ./GDCore_tests