ObjFW  Check-in [bef29fa48e]

Overview
Comment:Remove .cirrus.yml

Cirrus CI is no longer being used.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bef29fa48e3e243b9e4f68b47c673e10c0d0ef2a3e9e4e5a6fb3ee1a118d1aef
User & Date: js on 2022-08-21 19:44:15
Other Links: manifest | tags
Context
2022-08-21
19:46
make release: Remove .cirrus.yml from exclude check-in: 244d242e2d user: js tags: trunk
19:44
Remove .cirrus.yml check-in: bef29fa48e user: js tags: trunk
12:02
Don't install headers of private classes check-in: 4ae7fbbf52 user: js tags: trunk
Changes

Deleted .cirrus.yml version [6338675a88].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
task:
  name: FreeBSD 12.1
  freebsd_instance:
    image_family: freebsd-12-1
  install_script:
    pkg install -y autoconf automake
  shared_script:
    - ./autogen.sh
    - ./configure
    - make -j4 install
  static_script:
    - ./autogen.sh
    - ./configure --disable-shared
    - make -j4 install
  shared_seluid24_script:
    - ./autogen.sh
    - ./configure --enable-seluid24
    - make -j4 install
  static_seluid24_script:
    - ./autogen.sh
    - ./configure --disable-shared --enable-seluid24
    - make -j4 install
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<