File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ # # Copyright 2022 Intel Corporation
2
+ # # SPDX-License-Identifier: Apache-2.0
3
+
4
+ name : continuous
5
+
6
+ permissions : read-all
7
+
8
+ on : [push, workflow_dispatch]
9
+
10
+ jobs :
11
+ release-windows-sycl :
12
+ secrets : inherit
13
+ uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
14
+ with :
15
+ runs-on : ' [ "Windows", "NAS", "dg2" ]'
16
+ project : embree
17
+ env-from-files : ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-public.env
18
+ artifact-out : release-windows-sycl
19
+ artifact-path : ./build/*.zip
20
+ shell : cmd
21
+ cmd : |
22
+ cmake --preset release-windows-sycl -DCMAKE_BUILD_TYPE=Release
23
+ cmake --build build --config Release --target build
24
+ cmake --build build --target test_package
25
+
26
+
27
+
1
28
release-linux-sycl :
2
29
secrets : inherit
3
30
uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ jobs:
118
118
with :
119
119
runs-on : ' [ "Windows", "NAS", "dg2" ]'
120
120
project : embree
121
- env-from-files : ./.github/workflows/gfx-windows-internal.env
122
- dpcpp-version : intel-llvm/nightly-2023-10-26-rk
121
+ env-from-files : ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-windows-public.env
123
122
artifact-out : release-windows-sycl
124
123
artifact-path : ./build/*.zip
125
124
shell : cmd
You can’t perform that action at this time.
0 commit comments