| author | |
| committer | |
| log | e490d9e5179331c370b8ab2241d3e2c6bc57ec2e |
| tree | 0484cc5f7074203b7b48f32cdb4f5b00487243eb |
| parent | 8fc7b4d1401a70358bf54023363178d9c3e1f9de |
3 files changed, 16 insertions(+), 20 deletions(-)
ci/drone/drone.yml+9-9| ... | ... | @@ -9,56 +9,56 @@ platform: |
| 9 | 9 | |
| 10 | 10 | steps: |
| 11 | 11 | - name: build |
| 12 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 12 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 13 | 13 | commands: |
| 14 | 14 | - ./ci/drone/linux_script_build |
| 15 | 15 | |
| 16 | 16 | - name: behavior |
| 17 | 17 | depends_on: |
| 18 | 18 | - build |
| 19 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 19 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 20 | 20 | commands: |
| 21 | 21 | - ./ci/drone/test_linux_behavior |
| 22 | 22 | |
| 23 | 23 | - name: std_Debug |
| 24 | 24 | depends_on: |
| 25 | 25 | - build |
| 26 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 26 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 27 | 27 | commands: |
| 28 | 28 | - ./ci/drone/test_linux_std_Debug |
| 29 | 29 | |
| 30 | 30 | - name: std_ReleaseSafe |
| 31 | 31 | depends_on: |
| 32 | 32 | - build |
| 33 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 33 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 34 | 34 | commands: |
| 35 | 35 | - ./ci/drone/test_linux_std_ReleaseSafe |
| 36 | 36 | |
| 37 | 37 | - name: std_ReleaseFast |
| 38 | 38 | depends_on: |
| 39 | 39 | - build |
| 40 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 40 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 41 | 41 | commands: |
| 42 | 42 | - ./ci/drone/test_linux_std_ReleaseFast |
| 43 | 43 | |
| 44 | 44 | - name: std_ReleaseSmall |
| 45 | 45 | depends_on: |
| 46 | 46 | - build |
| 47 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 47 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 48 | 48 | commands: |
| 49 | 49 | - ./ci/drone/test_linux_std_ReleaseSmall |
| 50 | 50 | |
| 51 | 51 | - name: misc |
| 52 | 52 | depends_on: |
| 53 | 53 | - build |
| 54 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 54 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 55 | 55 | commands: |
| 56 | 56 | - ./ci/drone/test_linux_misc |
| 57 | 57 | |
| 58 | 58 | - name: cases |
| 59 | 59 | depends_on: |
| 60 | 60 | - build |
| 61 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 61 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 62 | 62 | commands: |
| 63 | 63 | - ./ci/drone/test_linux_cases |
| 64 | 64 | |
| ... | ... | @@ -72,7 +72,7 @@ steps: |
| 72 | 72 | - std_ReleaseSmall |
| 73 | 73 | - misc |
| 74 | 74 | - cases |
| 75 | image: ziglang/static-base:llvm15-aarch64-2 | |
| 75 | image: ziglang/static-base:llvm15-aarch64-3 | |
| 76 | 76 | environment: |
| 77 | 77 | SRHT_OAUTH_TOKEN: |
| 78 | 78 | from_secret: SRHT_OAUTH_TOKEN |
ci/drone/linux_script_finalize-4| ... | ... | @@ -12,10 +12,6 @@ if [ -n "$DRONE_PULL_REQUEST" ]; then |
| 12 | 12 | exit 0 |
| 13 | 13 | fi |
| 14 | 14 | |
| 15 | apk update | |
| 16 | apk add py3-pip perl-utils jq curl | |
| 17 | pip3 install s3cmd | |
| 18 | ||
| 19 | 15 | cd build |
| 20 | 16 | |
| 21 | 17 | mv ../LICENSE "$INSTALL_PREFIX/" |
ci/zinc/drone.yml+7-7| ... | ... | @@ -10,28 +10,28 @@ workspace: |
| 10 | 10 | |
| 11 | 11 | steps: |
| 12 | 12 | - name: configure_git |
| 13 | image: ci/debian-amd64:11.1-11 | |
| 13 | image: ci/debian-amd64:11.1-12 | |
| 14 | 14 | commands: |
| 15 | 15 | - ./ci/zinc/configure_git |
| 16 | 16 | |
| 17 | 17 | - name: test_stage3_debug |
| 18 | 18 | depends_on: |
| 19 | 19 | - configure_git |
| 20 | image: ci/debian-amd64:11.1-11 | |
| 20 | image: ci/debian-amd64:11.1-12 | |
| 21 | 21 | commands: |
| 22 | 22 | - ./ci/zinc/linux_test_stage3_debug |
| 23 | 23 | |
| 24 | 24 | - name: test_stage3_release |
| 25 | 25 | depends_on: |
| 26 | 26 | - configure_git |
| 27 | image: ci/debian-amd64:11.1-11 | |
| 27 | image: ci/debian-amd64:11.1-12 | |
| 28 | 28 | commands: |
| 29 | 29 | - ./ci/zinc/linux_test_stage3_release |
| 30 | 30 | |
| 31 | 31 | - name: build_aarch64_macos |
| 32 | 32 | depends_on: |
| 33 | 33 | - test_stage3_release |
| 34 | image: ci/debian-amd64:11.1-11 | |
| 34 | image: ci/debian-amd64:11.1-12 | |
| 35 | 35 | commands: |
| 36 | 36 | - ./ci/zinc/build_aarch64_macos |
| 37 | 37 | |
| ... | ... | @@ -44,7 +44,7 @@ steps: |
| 44 | 44 | - master |
| 45 | 45 | event: |
| 46 | 46 | - push |
| 47 | image: ci/debian-amd64:11.1-11 | |
| 47 | image: ci/debian-amd64:11.1-12 | |
| 48 | 48 | environment: |
| 49 | 49 | AWS_ACCESS_KEY_ID: |
| 50 | 50 | from_secret: AWS_ACCESS_KEY_ID |
| ... | ... | @@ -62,7 +62,7 @@ steps: |
| 62 | 62 | - master |
| 63 | 63 | event: |
| 64 | 64 | - push |
| 65 | image: ci/debian-amd64:11.1-11 | |
| 65 | image: ci/debian-amd64:11.1-12 | |
| 66 | 66 | environment: |
| 67 | 67 | AWS_ACCESS_KEY_ID: |
| 68 | 68 | from_secret: AWS_ACCESS_KEY_ID |
| ... | ... | @@ -80,7 +80,7 @@ steps: |
| 80 | 80 | - master |
| 81 | 81 | event: |
| 82 | 82 | - push |
| 83 | image: ci/debian-amd64:11.1-11 | |
| 83 | image: ci/debian-amd64:11.1-12 | |
| 84 | 84 | environment: |
| 85 | 85 | SRHT_OAUTH_TOKEN: |
| 86 | 86 | from_secret: SRHT_OAUTH_TOKEN |