Skip to content

Commit

Permalink
Add Cirrus CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
morganwillcock committed Jun 30, 2019
1 parent e36b6ac commit bf08898
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build_release_task:
windows_container:
dockerfile: ci/windows/Dockerfile
os_version: 2019
build_script:
- "%COMSPEC% /c dir"
5 changes: 5 additions & 0 deletions ci/windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# base will already have Chocolatey installed
FROM cirrusci/windowsservercore:2019

ARG VISUALCPP_BUILD_TOOLS_VERSION=14.0.25420.1
RUN cinst visualcpp-build-tools --version %VISUALCPP_BUILD_TOOLS_VERSION% -y

0 comments on commit bf08898

Please sign in to comment.