Skip to content

Merge branch 'feature/heif' of github.com:woelper/oculante into featu… #49

Merge branch 'feature/heif' of github.com:woelper/oculante into featu…

Merge branch 'feature/heif' of github.com:woelper/oculante into featu… #49

Workflow file for this run

on: [push]
name: Check Windows
jobs:
check:
strategy:
matrix:
os: [windows-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ilammy/setup-nasm@v1
# - name: Configure pagefile
# uses: al-cheb/[email protected]
# if: matrix.os == 'windows-latest' || matrix.os == 'windows-2019'
# - name: Set up pagefile
# run: |
# (Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
# if: matrix.os == 'windows-latest' || matrix.os == 'windows-2019'
- name: Install vcpkg
run: vcpkg integrate install
- name: Install libheif
run: vcpkg install libheif:x64-windows-static-md
# - name: Install cargo vcpkg
# run: cargo install cargo-vcpkg
# - name: build heif
# run: ./build_deps_win.bat
# - name: cargo build
# run: cargo build
- name: cargo check without default features
run: cargo check --no-default-features
- name: cargo check build features
run: cargo check --features heif