Compare commits

..

No commits in common. "master" and "0.4" have entirely different histories.
master ... 0.4

View File

@ -25,7 +25,5 @@ install:
- sudo dpkg -i pkg-config_0.29.1-0ubuntu2_amd64.deb
script:
- mkdir build; cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr
- make
- make test
- ./build.sh
- make check