Skip to content

Commit 4099c54

Browse files
committed
Forced build configuration 'Release' on AppVeyor's.
1 parent 8e25a20 commit 4099c54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ install:
3434
# build configuration #
3535
#---------------------------------#
3636

37+
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
38+
#platform: x86
39+
40+
# build Configuration, i.e. Debug, Release, etc.
41+
configuration: Release
42+
3743
build_script:
3844
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\build_library.bat
3945
- cmd: call %APPVEYOR_BUILD_FOLDER%\external\BitReader\ci\appveyor\arduino_library_install.bat

0 commit comments

Comments
 (0)