@@ -17,7 +17,7 @@ applications:
17
17
=============== ===========================================
18
18
Compilers icc, ifort, dpcpp
19
19
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
21
21
=============== ===========================================
22
22
23
23
The config files show examples of all supported configurations. Delete
@@ -29,11 +29,10 @@ Status
29
29
================== ================================== ================
30
30
CI Config Status
31
31
================== ================================== ================
32
- Travis CI ` .travis .yml `_ | TravisStatus |
32
+ GitHub Actions ` .github/workflows/build_all .yml `_ | GitHubStatus |
33
33
Circle CI `.circleci/config.yml `_ |CircleStatus |
34
34
AppVeyor `.appveyor.yml `_ |AppVeyorStatus |
35
35
GitLab CI `.gitlab-ci.yml `_ |GitLabStatus |
36
- GitHub Actions `.github/workflows/build_all.yml `_ |GitHubStatus |
37
36
Azure Pipelines `.azure-pipelines.yml `_ |AzureStatus |
38
37
================== ================================== ================
39
38
@@ -46,11 +45,10 @@ CI Linux APT Linux Docker Windows MacOS
46
45
-------- ----------------- ----------------- ----------------- -----------
47
46
\ C++ Fortran DPC++ C++ Fortran DPC++ C++ Fortran DPC++ C++ Fortran
48
47
======== === ======= ===== === ======= ===== === ======= ===== === =======
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 |
51
50
AppVeyor |c | |c | |c | |x | |x | |x | |c | |c | |c | |c | |c |
52
51
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 |
54
52
Azure |c | |c | |c | |c | |c | |c | |c | |c | |c | |c | |c |
55
53
======== === ======= ===== === ======= ===== === ======= ===== === =======
56
54
@@ -80,15 +78,14 @@ See `security guidelines`_.
80
78
.. _contributing : CONTRIBUTING.rst
81
79
.. _`security guidelines` : https://www.intel.com/content/www/us/en/security-center/default.html
82
80
83
- .. _`.travis .yml` : .travis .yml
81
+ .. _`.github/workflows/build_all .yml` : .github/workflows/build_all .yml
84
82
.. _`.circleci/config.yml` : .circleci/config.yml
85
83
.. _`.appveyor.yml` : .appveyor.yml
86
84
.. _`.gitlab-ci.yml` : .gitlab-ci.yml
87
- .. _`.github/workflows/build_all.yml` : .github/workflows/build_all.yml
88
85
.. _`.azure-pipelines.yml` : .azure-pipelines.yml
89
86
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
92
89
:alt: Build status
93
90
.. |CircleStatus | image :: https://circleci.com/gh/oneapi-src/oneapi-ci.svg
94
91
:target: https://circleci.com/gh/oneapi-src/oneapi-ci
@@ -99,9 +96,6 @@ See `security guidelines`_.
99
96
.. |GitLabStatus | image :: https://gitlab.com/rscohn2/oneapi-ci-mirror/badges/master/pipeline.svg
100
97
:target: https://gitlab.com/rscohn2/oneapi-ci-mirror/-/commits/master
101
98
: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
105
99
.. |AzureStatus | image :: https://dev.azure.com/robertscohn/oneapi-ci-mirror/_apis/build/status/oneapi-src.oneapi-ci?branchName=master
106
100
:target: https://dev.azure.com/robertscohn/oneapi-ci-mirror/_build
107
101
:alt: Build status
0 commit comments