Git Product home page Git Product logo

Comments (5)

smudge202 avatar smudge202 commented on September 1, 2024

Setup CI ++
AppVeyor ++

Agreed, no need for nuget (or any deployment) yet.

from clean-living.

mattridgway avatar mattridgway commented on September 1, 2024

thoughts on tagging branches? successful builds only? "build-x.x.x.x"

from clean-living.

smudge202 avatar smudge202 commented on September 1, 2024

I'd say no tagging right now. Perhaps in the future we'll tag the nuget deployments with beta when appropriate, but until we're in a position to publish anything, they don't mean much.

CI without the tags still useful of course.

from clean-living.

herecydev avatar herecydev commented on September 1, 2024

Yer I think tagging isn't such a big deal, considering the effort you put in to make the other project work perfectly.

I think focus should be on producing this engine, fine tuning those things can come later.

from clean-living.

smudge202 avatar smudge202 commented on September 1, 2024

Because you just can't get the staff nowadays! ;) :)

version: 0.0.1.{build}
os: Visual Studio 2015 CTP 6
configuration: Release
platform: Any CPU
assembly_info:
  patch: true
  file: '**\AssemblyInfo.*'
  assembly_version: '{version}'
  assembly_file_version: '{version}'
  assembly_informational_version: '{version}'
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
before_build:
- nuget restore
build:
  verbosity: normal
notifications:
- provider: Email
  to:
  - [email protected]
  subject: AppVeyor Build
  on_build_success: true
  on_build_failure: true
  on_build_status_changed: false

Build status

(Build success at time of writing)

from clean-living.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.