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 c76b649 commit a27d0f8Copy full SHA for a27d0f8
.cirrus.yml
@@ -26,6 +26,11 @@ env:
26
# Compile and run the tests
27
EXAMPLES: yes
28
29
+compute_credits_template: &CREDITS_TEMPLATE
30
+ # https://cirrus-ci.org/pricing/#compute-credits
31
+ # Only use credits for pull requests to the main repo
32
+ use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin-core/secp256k1' && $CIRRUS_PR != ""
33
+
34
cat_logs_snippet: &CAT_LOGS
35
always:
36
cat_tests_log_script:
@@ -128,6 +133,7 @@ task:
128
133
brew_script:
129
134
- brew install automake libtool gcc
130
135
<< : *MERGE_BASE
136
+ << : *CREDITS_TEMPLATE
131
137
test_script:
132
138
- ./ci/cirrus.sh
139
<< : *CAT_LOGS
0 commit comments