We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e02880 commit a9807f5Copy full SHA for a9807f5
.github/workflows/sycl_cts.yml
@@ -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
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