mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
ci: avoid rebuilding LLVM on Azure (Windows)
This commit is contained in:
committed by
Ron Evans
parent
c4dff990d9
commit
9d21bfce8c
@@ -1,3 +1,9 @@
|
|||||||
|
# Avoid lengthy LLVM rebuilds on each newly pushed branch. Pull requests will
|
||||||
|
# be built anyway.
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
|
|||||||
Reference in New Issue
Block a user