Git Product home page Git Product logo

hellovcsuite-cloud's Introduction

HelloVCSuite-Server

Demonstration of automatic build-and-test for Windows applications using MSBuild and VSTest.Console.exe.

Note: This is for our cloud service https://circleci.com/. For use in CircleCI Server (the "on-premises" version of CircleCI), please refer to HelloVCSuite-Server.

Quick start

Fork this repository and setup a CircleCI project for your own copy.

Artifacts

The CircleCI workflow defined in .circleci/config.yml yields two artifacts:

  • HelloVCExe.exe from build job: Consolidated executable - it will fill specified amount of RAM twice and then say Hello world!
  • wpr.etl from test job: ETW log by WPR for tests

Deep dive

Codebase architecture

This "suite" consists of three parts.

  • HelloVC: Core logic. Compiled into a static libary.
  • HelloVCExe: A wrapper to create an executable .exe file.
  • HelloVCTest: Unit tests for HelloVC.

The core logic and a wrapper executable are separated because unit tests cannot be applied on an executable file. Keeping the wrapper (HelloVCExe for this example) as simple as possible will enhance trustworthiness of test results. Additional E2E tests agains a generated .exe file is also a good idea.

Have your own code on it!

Open HelloVCSuite.sln with your Visual Studio (the full-featured ones, not VSCode), and the rest will be taken care by VS. At the time of this writing the solution is tested with VS2019.

hellovcsuite-cloud's People

Contributors

makotom avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.