test: image: danger89/cmake:latest script: - mkdir build - cd build - cmake .. - make - ./test