diff --git a/appveyor.yml b/appveyor.yml index 07d9262e..80fc0f5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ build_script: #- cmd: 'echo use_shared_libs: true >> cppan.yml' #- cppan --build .. - cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1 - - cmake --build . --config Release > build\bin\Release\log.txt 2>&1 + - cmake --build . --config Release > bin\Release\log.txt 2>&1 artifacts: - path: build\bin\Release