Skip to content

Commit e2128d3

Browse files
committed
fix yaml
1 parent 90ec4bb commit e2128d3

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
release-linux-sycl:
229
secrets: inherit
330
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ jobs:
118118
with:
119119
runs-on: '[ "Windows", "NAS", "dg2" ]'
120120
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
123122
artifact-out: release-windows-sycl
124123
artifact-path: ./build/*.zip
125124
shell: cmd

0 commit comments

Comments
 (0)