mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
Add .circleci/config.yml
This commit is contained in:
parent
22e07cc0c1
commit
77ca6876b7
12
.circleci/config.yml
Normal file
12
.circleci/config.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: 2.1
|
||||||
|
|
||||||
|
orbs:
|
||||||
|
win: circleci/windows@2.2.0
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
executor: win/default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: dotnet build
|
Loading…
Reference in New Issue
Block a user