Browse Source

First yml circle ci hello world config file

main
Morgan 6 years ago
parent
commit
36cb122d39
  1. 15
      .circleci/config.yml

15
.circleci/config.yml

@ -0,0 +1,15 @@
version: 2.1
orbs:
win: circleci/windows@2.2.0
jobs:
build:
executor:
name: win/default
size: "medium"
steps:
- checkout
- run: Write-Host 'Hello, Windows'
Loading…
Cancel
Save