Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 6ffafd5

Browse files
committed
Updated 'AppVeyor' and 'Travis' configs to set env var.
1 parent b45b0dc commit 6ffafd5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- linux
44
- osx
55
env:
6-
- ARDUINO_SDK_VERSION=1.6.0
7-
- ARDUINO_SDK_VERSION=1.8.5
6+
- ARDUINO_SDK_VERSION=1.6.13
7+
- ARDUINO_SDK_VERSION=1.8.6
88
addons:
99
apt:
1010
packages:
@@ -36,7 +36,7 @@ install:
3636
- rm -rf build/*
3737
- cd build/
3838
script:
39-
- cmake -D ARDUINO_SDK_PATH="$ARDUINO_SDK_PATH" -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ..
39+
- cmake -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ..
4040
- make
4141
after_script:
4242
- cat CMakeFiles/CMakeOutput.log

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ build_script:
2020
- ps: >-
2121
cmake -G "Unix Makefiles"
2222
-DCMAKE_TOOLCHAIN_FILE="..\cmake\Arduino-Toolchain.cmake"
23-
-DARDUINO_SDK_PATH="$env:ARDUINO_SDK_PATH"
2423
-DCMAKE_SH="CMAKE_SH-NOTFOUND"
2524
..\examples
2625
- ps: make

0 commit comments

Comments
 (0)