Compile with Release config, fix path for artifact

This commit is contained in:
Learath2 2017-09-15 00:06:39 +02:00
parent ffeb76cbe0
commit 66d0784f0d

View file

@ -9,11 +9,11 @@ before_build:
cmake -Werror=dev ..
build_script:
- cmd: cmake --build . --target everything
- cmd: cmake --build . --config Release --target everything
after_build:
- cmd: cmake --build . --target package
- cmd: cmake --build . --config Release --target package
artifacts:
- path: DDNet-*.zip
- path: build/DDNet-*.zip
name: DDNet