3 # Run tests on tools compiled with gcc and clang
8 # Make sure CMake is installed on target
9 install: sudo apt-get install cmake
11 # Build a release version and get verbose output
15 # Run the Build script
19 - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Release $OPTIONS
24 - sudo ctest --output-on-failure
26 # Only watch the master branch
31 # Notify the LuaDist Dev group if needed
34 - emmanuel.roullit@gmail.com