Skip to content

Commit

Permalink
disable vcc compiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Oct 12, 2022
1 parent 2dccf3e commit e49f3c7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,21 +203,21 @@ jobs:
nimble install -y --depsOnly
env TEST_LANG="${{ matrix.test_lang }}" nimble test
- name: Setup VCC (Windows-i386)
if: runner.os == 'Windows' && matrix.target.cpu == 'i386'
uses: ilammy/[email protected]
with:
arch: amd64_x86

- name: Setup VCC (Windows-amd64)
if: runner.os == 'Windows' && matrix.target.cpu == 'amd64'
uses: ilammy/[email protected]
with:
arch: x64

- name: Test using VCC
if: runner.os == 'Windows'
shell: cmd
working-directory: nimPNG
run: |
env TEST_LANG="${{ matrix.test_lang }}" nimble testvcc
#- name: Setup VCC (Windows-i386)
# if: runner.os == 'Windows' && matrix.target.cpu == 'i386'
# uses: ilammy/[email protected]
# with:
# arch: amd64_x86
#
#- name: Setup VCC (Windows-amd64)
# if: runner.os == 'Windows' && matrix.target.cpu == 'amd64'
# uses: ilammy/[email protected]
# with:
# arch: x64
#
#- name: Test using VCC
# if: runner.os == 'Windows'
# shell: cmd
# working-directory: nimPNG
# run: |
# env TEST_LANG="${{ matrix.test_lang }}" nimble testvcc

0 comments on commit e49f3c7

Please sign in to comment.