Regenerate xperfecthashN.lisp-expr from scratch via build-all-cores
[sbcl.git] / .cirrus.yml
blob20b3b50811947b2dd295f543f76170764616cc8c
1 freebsd_build_task:
3   freebsd_instance:
4     matrix:
5       image_family: freebsd-14-0
6     cpu: 1
7     memory: 1G
9   prepare_script:
10     - pkg install -y sbcl gmake git
12   build_script:
13     - echo '"1.9.99.999"' > version.lisp-expr
14     - ./make.sh
16   test_script:
17     - cd tests; ./run-tests.sh
19   ansi_test_script:
20     - cd tests; ./ansi-tests.sh
22 task:
23   name: Linux arm64
24   arm_container:
25     image: gcc:latest
26     cpu: 1
27     memory: 2G
28   install_script:
29     - apt-get -qq update
30     - apt-get -qq -y install sbcl strace
31   build_script:
32     - echo '"1.9.99.999"' > version.lisp-expr
33     - ./make.sh
35   test_script:
36     - cd tests; ./run-tests.sh --slow
38   ansi_test_script:
39     - cd tests; ./ansi-tests.sh