portable: regress: fix fetch compilation
[got-portable.git] / .cirrus.yml
blob07900d6017a28747f9497498b124791fc69d11d5
1 got_linux_task:
2   container:
3     image: gcc:latest
4   before_build_script: .github/ci/before-install.sh
5   build:script: .github/ci/build.sh
7 got_alpine_linux_task:
8   container:
9     image: alpine:latest
10   script:
11     - apk add build-base bsd-compat-headers bison automake make autoconf libbsd-dev util-linux-dev libressl-dev zlib-dev ncurses-dev
12     - .github/ci/build.sh
14 got_freebsd_task:
15   freebsd_instance:
16     image_family: freebsd-13-0
17   before_build_script: .github/ci/before-install.sh
18   build:script: .github/ci/build.sh
20 got_macos_task:
21   macos_instance:
22     image: monterey-xcode
23   before_build_script: .github/ci/before-install.sh
24   build:script: .github/ci/build.sh