mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 09:46:13 +00:00
fixing windows github builds (#1818)
This commit is contained in:
parent
10170b41c3
commit
3e41163bbe
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
toolchain: stable
|
||||
target: aarch64-apple-darwin
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: make
|
||||
run: make
|
||||
@ -33,15 +32,20 @@ jobs:
|
||||
- name: selftest
|
||||
run: make selftest
|
||||
|
||||
# build_windows:
|
||||
# runs-on: windows-latest
|
||||
# steps:
|
||||
# - name: checkout
|
||||
# uses: actions/checkout@v3
|
||||
build_windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: gitconfig
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
# - name: setup msbuild
|
||||
# uses: microsoft/setup-msbuild@v1.1.3
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# - name: msbuild
|
||||
# run: |
|
||||
# msbuild windows\ZeroTierOne.sln /m /p:Configuration=Release /property:Platform=x64 /t:ZeroTierOne:Rebuild
|
||||
- name: setup msbuild
|
||||
uses: microsoft/setup-msbuild@v1.1.3
|
||||
|
||||
- name: msbuild
|
||||
run: |
|
||||
msbuild windows\ZeroTierOne.sln /m /p:Configuration=Release /property:Platform=x64 /t:ZeroTierOne:Rebuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user