Skip to content

Commit 3514f84

Browse files
lowlydbaAppveyor
andauthored
Fix #155 arithmetic overflow (#156)
* fix #155 arithmetic overflow * fix integer output sizes to match declared variable sizes * CI produced files * Update appveyor.yml Co-authored-by: Appveyor <[email protected]>
1 parent cd1147a commit 3514f84

File tree

5 files changed

+325
-319
lines changed

5 files changed

+325
-319
lines changed

appveyor/appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: 1.4.{build}
1+
version: 1.5.{build}
22

33
pull_requests:
44
do_not_increment_build_number: false
5-
max_jobs: 1
5+
max_jobs: 2
66

77
environment:
88
access_token:

0 commit comments

Comments
 (0)