Skip to content

Commit a9807f5

Browse files
authored
Will add sycl cts yml file (#38)
Signed-off-by: Xiaodong Li <[email protected]>
1 parent 6e02880 commit a9807f5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/sycl_cts.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: clang-format-check
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- sycl
7+
paths:
8+
- '.github/workflows/sycl_cts.yml'
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Get clang-format first
15+
run: sudo apt-get install -y ninja cmake
16+
17+
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 2
20+
21+
- uses: actions/setup-python@v2
22+
with:
23+
python-version: '3.7.8'
24+
architecture: 'x86'
25+
26+
- name: Run dependency:
27+
run: |
28+
python3 llvm_ci/intel/worker/tools/build.py -b sycl -p sycl -s dependency -c
29+

0 commit comments

Comments
 (0)