Revert "TODO: smb2: simplify preauth_hash calculation..."
[wireshark-sm.git] / .cirrus.yml
blob4a839da85c5b7ce4c2908a99845e1e5733514d65
1 task:
2   timeout_in: 120m
3   freebsd_instance:
4     matrix:
5       - image_family: freebsd-13-0-snap
6       - image_family: freebsd-12-1
7   env:
8     ASSUME_ALWAYS_YES: YES
9   setup_script:
10     - pkg update -f
11     - pkg install bash
12     - tools/bsd-setup.sh --install-optional
13   build_script:
14     - mkdir build
15     - cd build
16     - cmake -GNinja ..
17     - ninja