Skip to content

Commit

Permalink
[Drone.io] Ignore l10n_* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 9, 2021
1 parent 32c10ff commit 2c64b45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ steps:
- cmake '-H.' -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWZ_ENABLE_WARNINGS:BOOL=ON -G"Ninja"
- cmake --build build

trigger:
branch:
exclude:
- l10n_**

---
kind: pipeline
type: docker
Expand All @@ -43,6 +48,11 @@ steps:
- cmake '-H.' -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWZ_ENABLE_WARNINGS:BOOL=ON -G"Ninja"
- cmake --build build

trigger:
branch:
exclude:
- l10n_**

---
kind: pipeline
type: docker
Expand All @@ -65,3 +75,8 @@ steps:
- git submodule update --init --recursive
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake '-H.' -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWZ_ENABLE_WARNINGS:BOOL=ON -G"Ninja"
- CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake --build build

trigger:
branch:
exclude:
- l10n_**

0 comments on commit 2c64b45

Please sign in to comment.