Skip to content

Commit 453f87f

Browse files
sleepdefic1tfaustbrian
authored andcommitted
chore(ci): setup Appveyor (#89)
1 parent 4ea120b commit 453f87f

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 1.0.{build}
2+
3+
image: Visual Studio 2017
4+
5+
environment:
6+
matrix:
7+
- CONFIGURATION: Debug
8+
- CONFIGURATION: Release
9+
10+
install:
11+
- git submodule update --init --recursive
12+
13+
before_build:
14+
- cmake -G "Visual Studio 15 2017 Win64" .
15+
16+
build:
17+
project: $(APPVEYOR_BUILD_FOLDER)\Ark-Cpp-Crypto.sln
18+
19+
test_script:
20+
- cmd: '%APPVEYOR_BUILD_FOLDER%\test\%CONFIGURATION%\Ark-Cpp-Crypto-tests.exe'

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- updated vendorField to support 255 bytes in Core v2.4 ([#84])
1313
- updated ArduinoJson package to version v.6.10.0 ([#76])
1414
- updated tests to use Core fixtures ([#74])
15+
- improved Windows support ([#83])
1516

16-
### Changed
17-
18-
### Changed
17+
### Fixed
1918

2019
- properly handle 0 ARKtoshi Transaction amounts.
21-
- improved Windows support ([#83])
2220

2321
## [0.3.1] - 2019-02-19
2422

0 commit comments

Comments
 (0)