cirrus.yml (34fd92ab4142bde5b54adacd16e6682f4ea83da1) cirrus.yml (f13abca0a3c55e2da35d2a0e6d6e0a75bb012885)
1# Jobs that we delegate to Cirrus CI because they require an operating
2# system other than Linux. These jobs will only run if the required
3# setup has been performed on the GitLab account.
4#
5# The Cirrus CI configuration is generated by replacing target-specific
6# variables in a generic template: some of these variables are provided
7# when the GitLab CI job is defined, others are taken from a shell
8# snippet generated using lcitool.

--- 21 unchanged lines hidden (view full) ---

30 -e "s|[@]PATH@|$PATH_EXTRA${PATH_EXTRA:+:}\$PATH|g"
31 -e "s|[@]PKG_CONFIG_PATH@|$PKG_CONFIG_PATH|g"
32 -e "s|[@]PKGS@|$PKGS|g"
33 -e "s|[@]MAKE@|$MAKE|g"
34 -e "s|[@]PYTHON@|$PYTHON|g"
35 -e "s|[@]PIP3@|$PIP3|g"
36 -e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
37 -e "s|[@]CONFIGURE_ARGS@|$CONFIGURE_ARGS|g"
1# Jobs that we delegate to Cirrus CI because they require an operating
2# system other than Linux. These jobs will only run if the required
3# setup has been performed on the GitLab account.
4#
5# The Cirrus CI configuration is generated by replacing target-specific
6# variables in a generic template: some of these variables are provided
7# when the GitLab CI job is defined, others are taken from a shell
8# snippet generated using lcitool.

--- 21 unchanged lines hidden (view full) ---

30 -e "s|[@]PATH@|$PATH_EXTRA${PATH_EXTRA:+:}\$PATH|g"
31 -e "s|[@]PKG_CONFIG_PATH@|$PKG_CONFIG_PATH|g"
32 -e "s|[@]PKGS@|$PKGS|g"
33 -e "s|[@]MAKE@|$MAKE|g"
34 -e "s|[@]PYTHON@|$PYTHON|g"
35 -e "s|[@]PIP3@|$PIP3|g"
36 -e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
37 -e "s|[@]CONFIGURE_ARGS@|$CONFIGURE_ARGS|g"
38 -e "s|[@]TEST_TARGETSS@|$TEST_TARGETSS|g"
38 -e "s|[@]TEST_TARGETS@|$TEST_TARGETS|g"
39 <.gitlab-ci.d/cirrus/build.yml >.gitlab-ci.d/cirrus/$NAME.yml
40 - cat .gitlab-ci.d/cirrus/$NAME.yml
41 - cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml
42 rules:
43 - if: "$CIRRUS_GITHUB_REPO && $CIRRUS_API_TOKEN"
44
45x64-freebsd-12-build:
46 extends: .cirrus_build_job

--- 41 unchanged lines hidden ---
39 <.gitlab-ci.d/cirrus/build.yml >.gitlab-ci.d/cirrus/$NAME.yml
40 - cat .gitlab-ci.d/cirrus/$NAME.yml
41 - cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml
42 rules:
43 - if: "$CIRRUS_GITHUB_REPO && $CIRRUS_API_TOKEN"
44
45x64-freebsd-12-build:
46 extends: .cirrus_build_job

--- 41 unchanged lines hidden ---