allow failures on julia 1.3 windows

This commit is contained in:
Daniel Schwabeneder 2020-06-27 13:08:22 +02:00
parent f2a2797c34
commit c52d5e44c7

View File

@ -33,14 +33,11 @@ jobs:
# - x86 # - x86
allow-failure: [false] allow-failure: [false]
include: include:
## allow failures on nightly
- version: 'nightly' - version: 'nightly'
os: ubuntu-latest os: ubuntu-latest
arch: x64 arch: x64
allow-failure: true allow-failure: true
# - version: 'nightly'
# os: ubuntu-latest
# arch: x86
# allow-failure: true
- version: 'nightly' - version: 'nightly'
os: macOS-latest os: macOS-latest
arch: x64 arch: x64
@ -49,10 +46,20 @@ jobs:
os: windows-latest os: windows-latest
arch: x64 arch: x64
allow-failure: true allow-failure: true
# - version: 'nightly' ## allow failures for julia 1.3 windows (test_images work but differ)
# os: windows-latest - version: '1.3'
# arch: x86 os: windows-latest
# allow-failure: true arch: x64
allow-failure: true
## if we want to run tests on x86:
# - version: 'nightly'
# os: ubuntu-latest
# arch: x86
# allow-failure: true
# - version: 'nightly'
# os: windows-latest
# arch: x86
# allow-failure: true
# exclude: # exclude:
# - os: macOS-latest # - os: macOS-latest
# arch: x86 # arch: x86
@ -75,15 +82,13 @@ jobs:
${{ runner.os }}-test- ${{ runner.os }}-test-
${{ runner.os }}- ${{ runner.os }}-
## maybe required if we ever want to run graphical tests for plotly
# OS Dependencies # OS Dependencies
# - name: Ubuntu OS dependencies # - name: Ubuntu OS dependencies
# if: startsWith(matrix.os,'ubuntu') # if: startsWith(matrix.os,'ubuntu')
# run: | # run: |
# ./test/install_wkhtmltoimage.sh # ./test/install_wkhtmltoimage.sh
# at-spi2-core, libgtk-3-dev, libgtk-3-0, and xvfb are already installed: https://github.com/actions/virtual-environments/blob/master/images/linux/scripts/installers/basic.sh
# TESTCMD # TESTCMD
- name: Default TESTCMD - name: Default TESTCMD
run: echo ::set-env name=TESTCMD::"julia" run: echo ::set-env name=TESTCMD::"julia"