summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSean OMeara <[email protected]>2022-12-13 17:20:52 +0100
committerSean OMeara <[email protected]>2022-12-13 17:20:52 +0100
commite0e91e83976d91fc5c3ad60136bf5fad420fdeff (patch)
tree0b8512f01fecb249db7b59deb989ced51903354a /.github
parentd2de0292ccd4b22227b653624de0bb893d850dfe (diff)
disabling windows builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d60c4709..db836c6c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,15 +33,15 @@ jobs:
- name: selftest
run: make selftest
- build_windows:
- runs-on: windows-latest
- steps:
- - name: checkout
- uses: actions/checkout@v3
-
- - name: setup msbuild
- uses: microsoft/[email protected]
-
- - name: msbuild
- run: |
- msbuild windows\ZeroTierOne.sln /m /p:Configuration=Release /property:Platform=x64 /t:ZeroTierOne:Rebuild
+ # build_windows:
+ # runs-on: windows-latest
+ # steps:
+ # - name: checkout
+ # uses: actions/checkout@v3
+
+ # - name: setup msbuild
+ # uses: microsoft/[email protected]
+
+ # - name: msbuild
+ # run: |
+ # msbuild windows\ZeroTierOne.sln /m /p:Configuration=Release /property:Platform=x64 /t:ZeroTierOne:Rebuild