[GH-ISSUE #86] AppVeyor CI Integration: For automated builds and releases. #36

Closed
opened 2026-02-27 15:48:24 +03:00 by kerem · 5 comments
Owner

Originally created by @vigneshkarthisan on GitHub (May 6, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/86

@MaxXor could you please add AppVeyor integration to this repo so that people could download the latest binaries directly from GitHub without compiling in their machines. Plus, we can check whether the code compiles without any errors. Adding deployment to GitHub releases. That's it. I have already tried AppVeyor with the copy of your repo.

AppVeyor integrates with GitHub seamlessly and automates all builds when properly configured.

Originally created by @vigneshkarthisan on GitHub (May 6, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/86 @MaxXor could you please add AppVeyor integration to this repo so that people could download the latest binaries directly from GitHub without compiling in their machines. Plus, we can check whether the code compiles without any errors. Adding deployment to GitHub releases. That's it. I have already tried AppVeyor with the copy of your repo. AppVeyor integrates with GitHub seamlessly and automates all builds when properly configured.
kerem 2026-02-27 15:48:24 +03:00
Author
Owner

@vigneshkarthisan commented on GitHub (May 6, 2015):

@MaxXor

I have sent my AppVeyor.yml file to facilitate easier implementation


version: 1.0.{build}
os: Visual Studio 2014 CTP4
configuration: Debug
build:
  project: xRAT 2.sln
  parallel: true
  verbosity: detailed
artifacts:
- path: Bin
  name: binaries
deploy:
- provider: GitHub
  auth_token:
    secure: #replace with personal access token from Settings ==> Personal access token
  artifact: binaries
  draft: true

I couldn't send a pull request because personal access tokens are variable.

Thanks a million!

<!-- gh-comment-id:99453027 --> @vigneshkarthisan commented on GitHub (May 6, 2015): @MaxXor I have sent my AppVeyor.yml file to facilitate easier implementation ``` yaml version: 1.0.{build} os: Visual Studio 2014 CTP4 configuration: Debug build: project: xRAT 2.sln parallel: true verbosity: detailed artifacts: - path: Bin name: binaries deploy: - provider: GitHub auth_token: secure: #replace with personal access token from Settings ==> Personal access token artifact: binaries draft: true ``` I couldn't send a pull request because personal access tokens are variable. Thanks a million!
Author
Owner

@vigneshkarthisan commented on GitHub (May 6, 2015):

Thanks a lot!

<!-- gh-comment-id:99469819 --> @vigneshkarthisan commented on GitHub (May 6, 2015): Thanks a lot!
Author
Owner

@MaxXor commented on GitHub (May 6, 2015):

No problem, was a good idea. :)

<!-- gh-comment-id:99470129 --> @MaxXor commented on GitHub (May 6, 2015): No problem, was a good idea. :)
Author
Owner

@vigneshkarthisan commented on GitHub (May 6, 2015):

@MaxXor One thing I haven't tried yet is Analytics for GitHub.
BitDeli
I need to PM you, regarding some registry hacks which would be of good use in xRAT.

<!-- gh-comment-id:99472873 --> @vigneshkarthisan commented on GitHub (May 6, 2015): @MaxXor One thing I haven't tried yet is Analytics for GitHub. [BitDeli](https://bitdeli.com/) I need to PM you, regarding some registry hacks which would be of good use in xRAT.
Author
Owner

@MaxXor commented on GitHub (May 6, 2015):

Github has their own traffic analytics. :) I can see it.

<!-- gh-comment-id:99474053 --> @MaxXor commented on GitHub (May 6, 2015): Github has their own traffic analytics. :) I can see it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#36
No description provided.