From b2fe20515fd5f0bc2d41243a744f6323e82991ee Mon Sep 17 00:00:00 2001 From: Apon77 Date: Mon, 24 Jul 2023 00:27:55 +0600 Subject: [PATCH] test script is needed to show device/rom name [skip ci] --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 27fcb9c7d63..9658c8186cb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -64,4 +64,5 @@ task: image: apon77/aosp:cirrus cpu: 2 memory: 4G + test_script: curl -s https://raw.githubusercontent.com/ROM-builders/temporary/main/ci/test.sh | bash post_build_script: curl -s https://raw.githubusercontent.com/ROM-builders/temporary/main/ci/post_build.sh | bash