File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 4
4
5
5
environment :
6
6
global :
7
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16862 /w_BaseKit_b_2021.1.8.1967 .exe
8
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe
9
- MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16865 /m_HPCKit_b_2021.1.8.1885 .dmg
7
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16958 /w_BaseKit_b_2021.1.9.2200 .exe
8
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe
9
+ MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16956 /m_HPCKit_b_2021.1.9.2197 .dmg
10
10
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-compiler
11
11
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
12
12
WINDOWS_DPCPP_COMPONENTS : intel.oneapi.win.dpcpp-compiler
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ trigger:
7
7
8
8
variables :
9
9
- name : WINDOWS_BASEKIT_URL
10
- value : https://registrationcenter-download.intel.com/akdlm/irc_nas/16862 /w_BaseKit_b_2021.1.8.1967 .exe
10
+ value : https://registrationcenter-download.intel.com/akdlm/irc_nas/16958 /w_BaseKit_b_2021.1.9.2200 .exe
11
11
- name : WINDOWS_HPCKIT_URL
12
- value : https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe
12
+ value : https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe
13
13
- name : MACOS_HPCKIT_URL
14
- value : https://registrationcenter-download.intel.com/akdlm/irc_nas/16865 /m_HPCKit_b_2021.1.8.1885 .dmg
14
+ value : https://registrationcenter-download.intel.com/akdlm/irc_nas/16956 /m_HPCKit_b_2021.1.9.2197 .dmg
15
15
- name : WINDOWS_CPP_COMPONENTS
16
16
value : intel.oneapi.win.cpp-compiler
17
17
- name : WINDOWS_FORTRAN_COMPONENTS
Original file line number Diff line number Diff line change 16
16
- checkout
17
17
- run :
18
18
name : install
19
- command : scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe intel.oneapi.win.cpp-compiler
19
+ command : scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe intel.oneapi.win.cpp-compiler
20
20
- run :
21
21
name : build
22
22
command : scripts/build_windows.bat c++ 2017_build_tools
29
29
- checkout
30
30
- run :
31
31
name : install
32
- command : scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe intel.oneapi.win.ifort-compiler
32
+ command : scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe intel.oneapi.win.ifort-compiler
33
33
- run :
34
34
name : build
35
35
command : scripts/build_windows.bat fortran 2017_build_tools
42
42
- checkout
43
43
- run :
44
44
name : install
45
- command : scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16862 /w_BaseKit_b_2021.1.8.1967 .exe intel.oneapi.win.dpcpp-compiler
45
+ command : scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16958 /w_BaseKit_b_2021.1.9.2200 .exe intel.oneapi.win.dpcpp-compiler
46
46
- run :
47
47
name : build
48
48
command : scripts/build_windows.bat dpc++ 2017_build_tools
Original file line number Diff line number Diff line change 8
8
push
9
9
10
10
env :
11
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16862 /w_BaseKit_b_2021.1.8.1967 .exe
12
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe
13
- MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16865 /m_HPCKit_b_2021.1.8.1885 .dmg
11
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16958 /w_BaseKit_b_2021.1.9.2200 .exe
12
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe
13
+ MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16956 /m_HPCKit_b_2021.1.9.2197 .dmg
14
14
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-compiler
15
15
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
16
16
WINDOWS_DPCPP_COMPONENTS : intel.oneapi.win.dpcpp-compiler
Original file line number Diff line number Diff line change 6
6
- build
7
7
8
8
variables :
9
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16862 /w_BaseKit_b_2021.1.8.1967 .exe
10
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe
11
- MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16865 /m_HPCKit_b_2021.1.8.1885 .dmg
9
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16958 /w_BaseKit_b_2021.1.9.2200 .exe
10
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe
11
+ MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/16956 /m_HPCKit_b_2021.1.9.2197 .dmg
12
12
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-compiler
13
13
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
14
14
WINDOWS_DPCPP_COMPONENTS : intel.oneapi.win.dpcpp-compiler
Original file line number Diff line number Diff line change 5
5
language : minimal
6
6
env :
7
7
global :
8
- - WINDOWS_BASEKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16862 /w_BaseKit_b_2021.1.8.1967 .exe
9
- - WINDOWS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16863 /w_HPCKit_b_2021.1.8.1882 .exe
10
- - MACOS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16865 /m_HPCKit_b_2021.1.8.1885 .dmg
8
+ - WINDOWS_BASEKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16958 /w_BaseKit_b_2021.1.9.2200 .exe
9
+ - WINDOWS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16959 /w_HPCKit_b_2021.1.9.2229 .exe
10
+ - MACOS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16956 /m_HPCKit_b_2021.1.9.2197 .dmg
11
11
- WINDOWS_CPP_COMPONENTS=intel.oneapi.win.cpp-compiler
12
12
- WINDOWS_FORTRAN_COMPONENTS=intel.oneapi.win.ifort-compiler
13
13
- WINDOWS_DPCPP_COMPONENTS=intel.oneapi.win.dpcpp-compiler
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ functionality.
74
74
.. |TravisStatus | image :: https://travis-ci.org/oneapi-src/oneapi-ci.svg?branch=master
75
75
:target: https://travis-ci.org/github/oneapi-src/oneapi-ci
76
76
:alt: Build status
77
- .. |CircleStatus | image :: https://circleci.com/gh/mmzakhar /oneapi-ci.svg
78
- :target: https://circleci.com/gh/mmzakhar /oneapi-ci
77
+ .. |CircleStatus | image :: https://circleci.com/gh/oneapi-src /oneapi-ci.svg
78
+ :target: https://circleci.com/gh/oneapi-src /oneapi-ci
79
79
:alt: Build status
80
80
.. |AppVeyorStatus | image :: https://ci.appveyor.com/api/projects/status/c1lc5jrl6akdb2ey?svg=true
81
81
:target: https://ci.appveyor.com/project/rscohn2/oneapi-ci
You can’t perform that action at this time.
0 commit comments