]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add Windows CI target.
authorMichael R Sweet <msweet@msweet.org>
Wed, 28 Jul 2021 00:17:54 +0000 (20:17 -0400)
committerMichael R Sweet <msweet@msweet.org>
Wed, 28 Jul 2021 00:17:54 +0000 (20:17 -0400)
.github/workflows/build.yml

index be2ff878792c142ac51956daeafab28eb0fa3cc9..cce0334a245468e1e384cd15b6c15009028a44bb 100644 (file)
@@ -60,3 +60,16 @@ jobs:
       run: make
     - name: test
       run: make test || cat test/error_log*
+
+  build-windows:
+
+    runs-on: windows-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: setup-msbuild
+      uses: microsoft/setup-msbuild@v1.0.2
+    - name: nuget restore
+      run: cd vcnet; nuget restore cups.sln
+    - name: msbuild
+      run: cd vcnet; msbuild cups.sln