Skip to content

Commit d6ee00e

Browse files
authored
Merge pull request #43 from JohanMabille/ci
Updated README and removed old azure pipelines files
2 parents 2d80d5e + ebd8f90 commit d6ee00e

File tree

6 files changed

+2
-192
lines changed

6 files changed

+2
-192
lines changed

.Rbuildignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
environment-dev.yml
2-
azure-pipelines.yml
3-
.azure-pipelines
42
.appveyor
53
^.*\.Rproj$
64
^\.Rproj\.user$

.azure-pipelines/azure-pipelines-linux-clang.yml

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

.azure-pipelines/azure-pipelines-linux-gcc.yml

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

.azure-pipelines/azure-pipelines-osx.yml

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

.azure-pipelines/unix-build.yml

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ![Xtensor.R](./man/figures/xtensor-r.svg)
22

3-
[![Travis](https://travis-ci.org/xtensor-stack/Xtensor.R.svg?branch=master)](https://travis-ci.org/xtensor-stack/Xtensor.R)
4-
[![Appveyor](https://ci.appveyor.com/api/projects/status/xk0hlhsk90vex36n?svg=true)](https://ci.appveyor.com/project/xtensor-stack/xtensor-r-7j42j)
3+
[![GHA Linux](https://github.com/xtensor-stack/Xtensor.R/actions/workflows/linux.yml/badge.svg)](https://github.com/xtensor-stack/Xtensor.R/actions/workflows/linux.yml)
4+
[![GHA OSX](https://github.com/xtensor-stack/Xtensor.R/actions/workflows/osx.yml/badge.svg)](https://github.com/xtensor-stack/Xtensor.R/actions/workflows/osx.yml)
55
[![CRAN status](https://www.r-pkg.org/badges/version/xtensor)](https://CRAN.R-project.org/package=xtensor)
66
[![Documentation](http://readthedocs.org/projects/xtensor-r/badge/?version=latest)](https://xtensor-r.readthedocs.io/en/latest/?badge=latest)
77
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 commit comments

Comments
 (0)