mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
83742a98ca
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.
10 lines
110 B
YAML
10 lines
110 B
YAML
before_build:
|
|
- cmd: >-
|
|
git submodule update --init
|
|
|
|
md build
|
|
|
|
cd build
|
|
|
|
cmake -Werror=dev ..
|