@@ -13,65 +13,65 @@ steps:
1313 commands :
1414 - ./ci/drone/linux_script_build
1515
16- - name : test-1
16+ - name : behavior
1717 depends_on :
1818 - build
1919 image : ziglang/static-base:llvm14-aarch64-3
2020 commands :
21- - ./ci/drone/linux_script_test 1
21+ - ./ci/drone/test_linux_behavior
2222
23- - name : test-2
23+ - name : std_Debug
2424 depends_on :
2525 - build
2626 image : ziglang/static-base:llvm14-aarch64-3
2727 commands :
28- - ./ci/drone/linux_script_test 2
28+ - ./ci/drone/test_linux_std_Debug
2929
30- - name : test-3
30+ - name : std_ReleaseSafe
3131 depends_on :
3232 - build
3333 image : ziglang/static-base:llvm14-aarch64-3
3434 commands :
35- - ./ci/drone/linux_script_test 3
35+ - ./ci/drone/test_linux_std_ReleaseSafe
3636
37- - name : test-4
37+ - name : std_ReleaseFast
3838 depends_on :
3939 - build
4040 image : ziglang/static-base:llvm14-aarch64-3
4141 commands :
42- - ./ci/drone/linux_script_test 4
42+ - ./ci/drone/test_linux_std_ReleaseFast
4343
44- - name : test-5
44+ - name : std_ReleaseSmall
4545 depends_on :
4646 - build
4747 image : ziglang/static-base:llvm14-aarch64-3
4848 commands :
49- - ./ci/drone/linux_script_test 5
49+ - ./ci/drone/test_linux_std_ReleaseSmall
5050
51- - name : test-6
51+ - name : misc
5252 depends_on :
5353 - build
5454 image : ziglang/static-base:llvm14-aarch64-3
5555 commands :
56- - ./ci/drone/linux_script_test 6
56+ - ./ci/drone/test_linux_misc
5757
58- - name : test-7
58+ - name : cases
5959 depends_on :
6060 - build
6161 image : ziglang/static-base:llvm14-aarch64-3
6262 commands :
63- - ./ci/drone/linux_script_test 7
63+ - ./ci/drone/test_linux_cases
6464
6565- name : finalize
6666 depends_on :
6767 - build
68- - test-1
69- - test-2
70- - test-3
71- - test-4
72- - test-5
73- - test-6
74- - test-7
68+ - behavior
69+ - std_Debug
70+ - std_ReleaseSafe
71+ - std_ReleaseFast
72+ - std_ReleaseSmall
73+ - misc
74+ - cases
7575 image : ziglang/static-base:llvm14-aarch64-3
7676 environment :
7777 SRHT_OAUTH_TOKEN :
0 commit comments