Browse Source

package/ci: make all CircleCI jobs depend on the nondeprecated build.

Except the base GL and Vulkan one. Because usually the nondeprecated
builds needs the most iterations and any builds that run after it failed
are just wasting credits.
pull/582/merge
Vladimír Vondruš 4 years ago
parent
commit
12c74a351f
  1. 6
      package/ci/circleci.yml

6
package/ci/circleci.yml

@ -626,20 +626,24 @@ workflows:
- linux-gl
- linux-vulkan
- linux-vulkan
- linux-nondeprecated
- linux-gles2:
requires:
- linux-gl
- linux-nondeprecated
- linux-gles3:
requires:
- linux-gl
- linux-nondeprecated
- linux-static:
requires:
- linux-gl
- linux-vulkan
- linux-nondeprecated
- linux-nondeprecated
- linux-sanitizers:
requires:
- linux-gl
- linux-nondeprecated
- linux-threadsanitizer:
requires:
- linux-sanitizers

Loading…
Cancel
Save