summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake-msvc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake-msvc.yml')
-rw-r--r--.github/workflows/cmake-msvc.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/cmake-msvc.yml b/.github/workflows/cmake-msvc.yml
deleted file mode 100644
index 72f9065..0000000
--- a/.github/workflows/cmake-msvc.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: "CI: cmake: msvc 2019"
-
-on: [push]
-
-jobs:
- build:
-
- runs-on: windows-2019
-
- steps:
- - uses: actions/checkout@v1
- - uses: microsoft/setup-msbuild@v1
- - name: Build
- run: |
- cmake .
- msbuild ALL_BUILD.vcxproj
- - name: Test
- run: msbuild RUN_TESTS.vcxproj