Skip to content

Commit

Permalink
Add TODO(#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 11, 2021
1 parent 88ad25e commit b06ac01
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,29 @@ jobs:
./build.sh
env:
CC: clang
build-windows-msvc:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
# this runs vcvarsall for us, so we get the MSVC toolchain in PATH.
- uses: seanmiddleditch/gha-setup-vsdevenv@master
- name: Install dependencies
run: |
./setup_dependencies.bat
- name: build ded
shell: cmd
run: |
./build_msvc.bat
- name: Prepare WindowsBinaries artifacts
shell: cmd
run: |
mkdir winbin
copy /B *.exe winbin
copy /B *.png winbin
- name: Upload WindowsBinaries artifacts
uses: actions/upload-artifact@v2
with:
name: WindowsBinaries
path: ./winbin/
# TODO(#29): build-windows-msvc is broken
# ---
# build-windows-msvc:
# runs-on: windows-2019
# steps:
# - uses: actions/checkout@v1
# # this runs vcvarsall for us, so we get the MSVC toolchain in PATH.
# - uses: seanmiddleditch/gha-setup-vsdevenv@master
# - name: Install dependencies
# run: |
# ./setup_dependencies.bat
# - name: build ded
# shell: cmd
# run: |
# ./build_msvc.bat
# - name: Prepare WindowsBinaries artifacts
# shell: cmd
# run: |
# mkdir winbin
# copy /B *.exe winbin
# copy /B *.png winbin
# - name: Upload WindowsBinaries artifacts
# uses: actions/upload-artifact@v2
# with:
# name: WindowsBinaries
# path: ./winbin/

0 comments on commit b06ac01

Please sign in to comment.