This website requires JavaScript.
Explore
Help
Register
Sign In
edg-l
/
ddnet
Watch
1
Star
0
Fork
You've already forked ddnet
0
mirror of
https://github.com/ddnet/ddnet.git
synced
2024-11-10 01:58:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a396e40c5e
ddnet
/
appveyor.yml
10 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
Add appveyor.yml
2017-03-18 10:19:20 +00:00
before_build
:
-
cmd
:
>-
Try to fix automated builds with submodule
2017-07-20 21:33:49 +00:00
git submodule update --init
Add appveyor.yml
2017-03-18 10:19:20 +00:00
md build
cd build
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-27 14:13:28 +00:00
cmake -Werror=dev ..
Reference in a new issue
Copy permalink