Skip to content

Commit

Permalink
.appveyor.yml: Disable artifacts and debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Apr 10, 2018
1 parent 143fafe commit 33d40fa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ os:

configuration:
- Release
- Debug
#- Debug

branches:
except:
Expand Down Expand Up @@ -133,15 +133,15 @@ after_build:
test_script:
- cmd: cmake --build %APPVEYOR_BUILD_FOLDER%\build --target RUN_TESTS --config %CONFIGURATION%

after_test:
- cmd: move "%ROBOTOLOGY_ROOT%" "%APPVEYOR_BUILD_FOLDER%/robotology"
#after_test:
#- cmd: move "%ROBOTOLOGY_ROOT%" "%APPVEYOR_BUILD_FOLDER%/robotology"

artifacts:
- path: '*.exe'
- path: 'robotology/$(ACE_REL_DIR)'
- path: 'robotology/$(Eigen3_REL_DIR)'
- path: 'robotology/$(Qt5_REL_DIR)'
- path: 'robotology/$(OpenCV_REL_DIR)'
#artifacts:
#- path: '*.exe'
#- path: 'robotology/$(ACE_REL_DIR)'
#- path: 'robotology/$(Eigen3_REL_DIR)'
#- path: 'robotology/$(Qt5_REL_DIR)'
#- path: 'robotology/$(OpenCV_REL_DIR)'
#- path: 'robotology/$(JPEG_REL_DIR)'

notifications:
Expand Down

0 comments on commit 33d40fa

Please sign in to comment.