Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 22, 2019
2 parents 68d4df1 + 9fa09eb commit 6670fba
Show file tree
Hide file tree
Showing 215 changed files with 3,370 additions and 953 deletions.
10 changes: 7 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ image:
init:
- git config --global core.autocrlf input

notifications:
- provider: Email
to:
- arobenko@gmail.com
on_build_failure: true
on_build_status_changed: true

clone_folder: c:\projects\commsdsl
shallow_clone: true

Expand All @@ -23,9 +30,6 @@ environment:
matrix:
- CPP_STD: 11
QT_VER: 5.6.3
- CPP_STD: 11
QT_VER: 5.6.3
CC_TAG: v1.0
- CPP_STD: 14
QT_VER: 5.6.3

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
build*
CMakeLists.txt.user*
.vscode
*creator.user

# Prerequisites
*.d
Expand Down
Loading

0 comments on commit 6670fba

Please sign in to comment.