Skip to content

Commit b0ebc98

Browse files
committed
Don't build webxr example
It requires unstable features currently
1 parent d04930c commit b0ebc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- script: mv _package.json package.json && npm install && rm package.json
166166
displayName: "run npm install"
167167
- script: |
168-
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler | grep -v websockets`; do
168+
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler | grep -v websockets | grep -v webxr`; do
169169
(cd examples/$dir &&
170170
ln -fs ../../node_modules . &&
171171
npm run build -- --output-path $BUILD_ARTIFACTSTAGINGDIRECTORY/exbuild/$dir) || exit 1;

0 commit comments

Comments
 (0)