Skip to content

Commit 8cf4a7e

Browse files
authored
Removing Travis CI, minor changes in Readme (#30)
1 parent 352fd1c commit 8cf4a7e

File tree

2 files changed

+7
-116
lines changed

2 files changed

+7
-116
lines changed

.travis.yml

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

README.rst

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ applications:
1717
=============== ===========================================
1818
Compilers icc, ifort, dpcpp
1919
OS platforms Linux, Windows, MacOS
20-
Install methods Intel\ |r| installer, apt, docker container
20+
Install methods Intel\ |r| installer, apt, docker container, CI cache
2121
=============== ===========================================
2222

2323
The config files show examples of all supported configurations. Delete
@@ -29,11 +29,10 @@ Status
2929
================== ================================== ================
3030
CI Config Status
3131
================== ================================== ================
32-
Travis CI `.travis.yml`_ |TravisStatus|
32+
GitHub Actions `.github/workflows/build_all.yml`_ |GitHubStatus|
3333
Circle CI `.circleci/config.yml`_ |CircleStatus|
3434
AppVeyor `.appveyor.yml`_ |AppVeyorStatus|
3535
GitLab CI `.gitlab-ci.yml`_ |GitLabStatus|
36-
GitHub Actions `.github/workflows/build_all.yml`_ |GitHubStatus|
3736
Azure Pipelines `.azure-pipelines.yml`_ |AzureStatus|
3837
================== ================================== ================
3938

@@ -46,11 +45,10 @@ CI Linux APT Linux Docker Windows MacOS
4645
-------- ----------------- ----------------- ----------------- -----------
4746
\ C++ Fortran DPC++ C++ Fortran DPC++ C++ Fortran DPC++ C++ Fortran
4847
======== === ======= ===== === ======= ===== === ======= ===== === =======
49-
Travis |c| |c| |c| |c| |c| |c| |c| |c| |c| |c| |c|
50-
Circle |c| |c| |c| |c| |c| |c| |x| |x| |x| |x| |x|
48+
GitHub |c| |c| |c| |c| |c| |c| |c| |c| |c| |c| |c|
49+
Circle |c| |c| |c| |c| |c| |c| |c| |c| |c| |x| |x|
5150
AppVeyor |c| |c| |c| |x| |x| |x| |c| |c| |c| |c| |c|
5251
GitLab |c| |c| |c| |x| |x| |x| |c| |c| |c| |x| |x|
53-
GitHub |c| |c| |c| |c| |c| |c| |c| |c| |c| |c| |c|
5452
Azure |c| |c| |c| |c| |c| |c| |c| |c| |c| |c| |c|
5553
======== === ======= ===== === ======= ===== === ======= ===== === =======
5654

@@ -80,15 +78,14 @@ See `security guidelines`_.
8078
.. _contributing: CONTRIBUTING.rst
8179
.. _`security guidelines`: https://www.intel.com/content/www/us/en/security-center/default.html
8280

83-
.. _`.travis.yml`: .travis.yml
81+
.. _`.github/workflows/build_all.yml`: .github/workflows/build_all.yml
8482
.. _`.circleci/config.yml`: .circleci/config.yml
8583
.. _`.appveyor.yml`: .appveyor.yml
8684
.. _`.gitlab-ci.yml`: .gitlab-ci.yml
87-
.. _`.github/workflows/build_all.yml`: .github/workflows/build_all.yml
8885
.. _`.azure-pipelines.yml`: .azure-pipelines.yml
8986

90-
.. |TravisStatus| image:: https://travis-ci.com/oneapi-src/oneapi-ci.svg?branch=master
91-
:target: https://travis-ci.com/oneapi-src/oneapi-ci
87+
.. |GitHubStatus| image:: https://github.com/oneapi-src/oneapi-ci/workflows/build_all/badge.svg
88+
:target: https://github.com/oneapi-src/oneapi-ci/actions?query=workflow%3Abuild_all
9289
:alt: Build status
9390
.. |CircleStatus| image:: https://circleci.com/gh/oneapi-src/oneapi-ci.svg
9491
:target: https://circleci.com/gh/oneapi-src/oneapi-ci
@@ -99,9 +96,6 @@ See `security guidelines`_.
9996
.. |GitLabStatus| image:: https://gitlab.com/rscohn2/oneapi-ci-mirror/badges/master/pipeline.svg
10097
:target: https://gitlab.com/rscohn2/oneapi-ci-mirror/-/commits/master
10198
:alt: Build status
102-
.. |GitHubStatus| image:: https://github.com/oneapi-src/oneapi-ci/workflows/build_all/badge.svg
103-
:target: https://github.com/oneapi-src/oneapi-ci/actions?query=workflow%3Abuild_all
104-
:alt: Build status
10599
.. |AzureStatus| image:: https://dev.azure.com/robertscohn/oneapi-ci-mirror/_apis/build/status/oneapi-src.oneapi-ci?branchName=master
106100
:target: https://dev.azure.com/robertscohn/oneapi-ci-mirror/_build
107101
:alt: Build status

0 commit comments

Comments
 (0)