Skip to content

Rename heif-convert to heif-dec (planned for v1.18.0) #1698

Rename heif-convert to heif-dec (planned for v1.18.0)

Rename heif-convert to heif-dec (planned for v1.18.0) #1698

Workflow file for this run

name: go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
libde265:
strategy:
matrix:
libde265-version:
- "1"
- "2"
env:
WITH_LIBDE265: ${{ matrix.libde265-version }}
WITH_X265: 1
WITH_GRAPHICS: 1
GO: 1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.10"
- name: Install dependencies
run: |
./scripts/install-ci-linux.sh
- name: Prepare CI
run: |
./scripts/prepare-ci.sh
- name: Run tests
run: |
./scripts/run-ci.sh