Skip to content

Commit 90516c4

Browse files
Merge pull request #29 from SciML/ChrisRackauckas-patch-1
Fix logo and add buildkite badge + buildkite CI
2 parents 99ece9c + fa41753 commit 90516c4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
steps:
2+
- label: "Julia 1"
3+
plugins:
4+
- JuliaCI/julia#v1:
5+
version: "1"
6+
- JuliaCI/julia-test#v1:
7+
coverage: false # 1000x slowdown
8+
agents:
9+
queue: "juliagpu"
10+
cuda: "*"
11+
env:
12+
GROUP: 'GPU'
13+
timeout_in_minutes: 60
14+
# Don't run Buildkite if the commit message includes the text [skip tests]
15+
if: build.message !~ /\[skip tests\]/
16+
17+
env:
18+
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
19+
# SECRET_CODECOV_TOKEN: "..."

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# OperatorLearning.jl
33

44
<p align="center">
5-
<img width="400px" src="https://pzimbrod.github.io/OperatorLearning.jl/dev/assets/logo.png"/>
5+
<img width="400px" src="https://operatorlearning.sciml.ai/dev/assets/logo.png"/>
66
</p>
77

88
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://operatorlearning.sciml.ai/stable)
99
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://operatorlearning.sciml.ai/dev)
1010
[![Build Status](https://github.com/pzimbrod/OperatorLearning.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/pzimbrod/OperatorLearning.jl/actions/workflows/CI.yml?query=branch%3Amaster++)
11+
[![Build status](https://badge.buildkite.com/f0b3743420ce32c7b6f8fe974440b6fed08d68c5a244348924.svg)](https://buildkite.com/julialang/operatorlearning-dot-jl)
1112
[![codecov](https://codecov.io/gh/pzimbrod/OperatorLearning.jl/branch/master/graph/badge.svg?token=NM16L5S4FX)](https://codecov.io/gh/pzimbrod/OperatorLearning.jl)
1213

1314
A Package that provides Layers for the learning of (nonlinear) operators in order to solve parametric PDEs.

0 commit comments

Comments
 (0)