We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b901d commit 2fb6940Copy full SHA for 2fb6940
.cirrus.yml
@@ -4,6 +4,7 @@ env:
4
freebsd_instance:
5
image_family: freebsd-13-0
6
7
+## Note: all tasks should end with _script: here, otherwise they will not be picked up!
8
freebsd_task:
9
name: FreeBSD Code CI
10
timeout_in: 31m
@@ -29,7 +30,7 @@ freebsd_task:
29
30
diagnose_math_script: |
31
echo 'Diagnose vlib/math/math_test.v'
32
./v -stats vlib/math/math_test.v
- test_zip_modules: |
33
+ test_zip_modules_script: |
34
echo 'Test modules using thirdparty/zip'
35
./v test vlib/compress/ vlib/szip/
36
test_self_script: |
0 commit comments