Sfoglia il codice sorgente

Switch CircleCI to only do release builds. It doesn't suffer from
timeouts and is generally faster VMs. But only handles 4 builds at a
time.

Rene Rivera 9 anni fa
parent
commit
f7fab0ea16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      circle.yml

+ 1 - 1
circle.yml

@@ -6,7 +6,7 @@
 
 
 machine:
 machine:
   environment:
   environment:
-    SCRIPT_N: ci_boost_status ci_boost_library_check ci_boost_release ci_boost_release
+    SCRIPT_N: ci_boost_release ci_boost_release
     EOL_N: NA NA LF CRLF
     EOL_N: NA NA LF CRLF
   pre:
   pre:
     - |
     - |

粤ICP备19079148号