-
Notifications
You must be signed in to change notification settings - Fork 6
/
appveyor.yml
36 lines (28 loc) · 1.02 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: "{branch} (#{build})"
# branches to build
branches:
only:
- master
#---------------------------------#
# environment configuration #
#---------------------------------#
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf true
- ps: $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
# clone directory
clone_folder: c:\projects\NonBlockingRtttl
# scripts that run after cloning repository
install:
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_ide_install.bat
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\install.bat
#---------------------------------#
# build configuration #
#---------------------------------#
build_script:
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_example.bat rtttl_blocking
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_example.bat rtttl_demo