Skip to content

Commit 3f706f6

Browse files
authored
Merge pull request #251 from FourierFlows/ncc/transition-to-buildkite
Drop travis and gitlab in favor of buildkite
2 parents b7e6bb5 + 2ad4696 commit 3f706f6

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ env:
22
JULIA_VERSION: "1.5.3"
33
JULIA_MINOR_VERSION: "1.5"
44
GKSwstype: "100" # See: https://github.com/jheinen/GR.jl/issues/278
5+
SECRET_CODECOV_TOKEN: "dty9SvGuECi846Hf4XqD7M6nqh3G5uRWhNvJTGqRrYbGkV0PN6Ovorh9tdDrwm03VB2JNlIODSxo+QukbaO1ZWeX3pKq03eQbmBCeNpIfyZyTCTB5oGXYbDhCQlA6fjvGlrahqtos9s7BNo6rHVlp82Js60Tm5cmq5Vc8NHsD61EMcKMbl8l8oAo05tzWstC6MiloAItgPjmV9b4lR0qR/CFdUzzRelbq7FGsbus3k1qG4fkVD71vIwPoVhcubaNel1m2Pav5Z/tCdoqlpZZcLStIoJ+6tGCM2z9up6VC6dEvjxFRL4wlW0mfBW67foAxdqw24MIMlig4B1GAMsKxg==;U2FsdGVkX19vDkbG1AsXwiK4Lfblf3+qPNPAcrI+kEocuwv2lTsrOALqTT31uWxBSouatQsKuMlmL3++hD/ztQ=="
56

67
steps:
78
- label: "Julia 1.5"

.gitlab-ci.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# FourierFlows.jl
22

33
<p align="left">
4-
<a href="https://travis-ci.com/FourierFlows/FourierFlows.jl">
5-
<img alt="Build Status for CPU" src="https://img.shields.io/travis/com/FourierFlows/FourierFlows.jl/master?label=CPU&logo=travis&logoColor=white">
6-
</a>
7-
<a href="https://gitlab.com/JuliaGPU/FourierFlows.jl/commits/master">
8-
<img alt="Build Status for GPU" src="https://img.shields.io/gitlab/pipeline/JuliaGPU/FourierFlows.jl/master?label=GPU&logo=gitlab&logoColor=white">
4+
<a href="https://buildkite.com/julialang/fourierflows-dot-jl">
5+
<img alt="Buildkite CPU+GPU build status" src="https://img.shields.io/buildkite/4d921fc17b95341ea5477fb62df0e6d9364b61b154e050a123/master?logo=buildkite&label=Buildkite%20CPU%2BGPU">
96
</a>
107
<a href="https://ci.appveyor.com/project/navidcy/fourierflows-jl">
118
<img alt="Build Status for Windows" src="https://img.shields.io/appveyor/ci/navidcy/fourierflows-jl/master?label=Window&logo=appveyor&logoColor=white">

0 commit comments

Comments
 (0)