my_project: script: - mkdir build - cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc - make - make test