xref: /aosp_15_r20/external/libpng/ci/targets/freebsd/ci_env.i686-unknown-freebsd.sh (revision a67afe4df73cf47866eedc69947994b8ff839aba)
1# Copyright (c) 2023-2024 Cosmin Truta.
2#
3# Use, modification and distribution are subject to the MIT License.
4# Please see the accompanying file LICENSE_MIT.txt
5#
6# SPDX-License-Identifier: MIT
7
8export CI_TARGET_ARCH=i686
9export CI_TARGET_SYSTEM=freebsd
10
11export CI_CMAKE_VARS="
12    -DCMAKE_SYSTEM_NAME=FreeBSD
13    -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
14"
15