ddnet/appveyor.yml
heinrich5991 83742a98ca List all source files instead of globbing them in CMakeLists.txt
This seems to be wanted by CMake, it results in never having to re-run
`cmake`.

See e.g. https://stackoverflow.com/a/18538444/870079.
2017-07-30 11:41:52 +02:00

10 lines
110 B
YAML

before_build:
- cmd: >-
git submodule update --init
md build
cd build
cmake -Werror=dev ..