Skip to content

Commit

Permalink
added test build from sources on FreeBSD 13.2 (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Aug 26, 2023
1 parent e375ec1 commit 5bdcb69
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ci/cirrus_general_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,28 @@ test_src_build_lite_macos_arm_task:
- python3 -c "import pi_heif; print(pi_heif.libheif_info())"
perform_tests_script:
- python3 -m pytest

test_src_build_full_freebsd_task:
only_if: "changesInclude(
'ci/cirrus_general_ci.yml',
'setup.*',
'pyproject.toml')"

name: From source(FreeBSD) / FreeBSD:13-amd64
freebsd_instance:
image_family: freebsd-13-2

env:
PH_FULL_ACTION: 1
EXP_PH_LIBHEIF_VERSION: ""

install_libheif_script:
- pkg install -y libheif gcc
- pkg install -y py39-pip
- pkg install -y py39-pillow
install_pillow_heif_script:
- python3 -m pip -v install ".[tests-min]"
libheif_info_script:
- python3 -c "import pillow_heif; print(pillow_heif.libheif_info())"
perform_tests_script:
- python3 -m pytest

0 comments on commit 5bdcb69

Please sign in to comment.