File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,27 +42,29 @@ jobs:
4242 ./build.sh
4343 env :
4444 CC : clang
45- build-windows-msvc :
46- runs-on : windows-2019
47- steps :
48- - uses : actions/checkout@v1
49- # this runs vcvarsall for us, so we get the MSVC toolchain in PATH.
50- - uses : seanmiddleditch/gha-setup-vsdevenv@master
51- - name : Install dependencies
52- run : |
53- ./setup_dependencies.bat
54- - name : build ded
55- shell : cmd
56- run : |
57- ./build_msvc.bat
58- - name : Prepare WindowsBinaries artifacts
59- shell : cmd
60- run : |
61- mkdir winbin
62- copy /B *.exe winbin
63- copy /B *.png winbin
64- - name : Upload WindowsBinaries artifacts
65- uses : actions/upload-artifact@v2
66- with :
67- name : WindowsBinaries
68- path : ./winbin/
45+ # TODO(#29): build-windows-msvc is broken
46+ # ---
47+ # build-windows-msvc:
48+ # runs-on: windows-2019
49+ # steps:
50+ # - uses: actions/checkout@v1
51+ # # this runs vcvarsall for us, so we get the MSVC toolchain in PATH.
52+ # - uses: seanmiddleditch/gha-setup-vsdevenv@master
53+ # - name: Install dependencies
54+ # run: |
55+ # ./setup_dependencies.bat
56+ # - name: build ded
57+ # shell: cmd
58+ # run: |
59+ # ./build_msvc.bat
60+ # - name: Prepare WindowsBinaries artifacts
61+ # shell: cmd
62+ # run: |
63+ # mkdir winbin
64+ # copy /B *.exe winbin
65+ # copy /B *.png winbin
66+ # - name: Upload WindowsBinaries artifacts
67+ # uses: actions/upload-artifact@v2
68+ # with:
69+ # name: WindowsBinaries
70+ # path: ./winbin/
You can’t perform that action at this time.
0 commit comments