language: cpp compiler: - gcc script: make test && g++ -O2 -o cppcheck lib/*.cpp cli/*.cpp && ./cppcheck -q cli gui lib