Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
feat: move examples to external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveriosousa committed Aug 17, 2021
1 parent f9099fd commit 8ec7aa8
Show file tree
Hide file tree
Showing 263 changed files with 29 additions and 12,916 deletions.
58 changes: 28 additions & 30 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:

branches:
only:
- master
- /^release\/.*$/
- master
- /^release\/.*$/

stages:
- test
Expand All @@ -20,8 +20,8 @@ stages:
- test-external

node_js:
- 'lts/*'
- 'node'
- "lts/*"
- "node"

os:
- linux
Expand All @@ -36,29 +36,29 @@ env:
addons:
apt:
packages:
# # These are required to run webkit
# - libwoff1
# - libopus0
# - libwebp6
# - libwebpdemux2
# - libenchant1c2a
# - libgudev-1.0-0
# - libsecret-1-0
# - libhyphen0
# - libgdk-pixbuf2.0-0
# - libegl1
# - libgles2
# - libevent-2.1-6
# - libnotify4
# - libxslt1.1
# - libvpx5
# # gstreamer and plugins to support video playback in WebKit.
# - gstreamer1.0-gl
# - gstreamer1.0-plugins-base
# - gstreamer1.0-plugins-good
# - gstreamer1.0-plugins-bad
# This is required to run chromium
- libgbm1
# # These are required to run webkit
# - libwoff1
# - libopus0
# - libwebp6
# - libwebpdemux2
# - libenchant1c2a
# - libgudev-1.0-0
# - libsecret-1-0
# - libhyphen0
# - libgdk-pixbuf2.0-0
# - libegl1
# - libgles2
# - libevent-2.1-6
# - libnotify4
# - libxslt1.1
# - libvpx5
# # gstreamer and plugins to support video playback in WebKit.
# - gstreamer1.0-gl
# - gstreamer1.0-plugins-base
# - gstreamer1.0-plugins-good
# - gstreamer1.0-plugins-bad
# This is required to run chromium
- libgbm1
chrome: stable

before_install:
Expand Down Expand Up @@ -290,9 +290,7 @@ jobs:
- stage: test
name: examples
script:
# Travis lets scripts continue even if previous steps fail so need to use &&: https://github.com/travis-ci/travis-ci/issues/1066
- npm run configure-examples &&
npm run test -- $RUN_SINCE --scope=example* --concurrency=1
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-examples.git

- stage: release-rc
# only run on changes to master
Expand Down
34 changes: 0 additions & 34 deletions examples/browser-add-readable-stream/CHANGELOG.md

This file was deleted.

20 changes: 0 additions & 20 deletions examples/browser-add-readable-stream/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions examples/browser-add-readable-stream/index.html

This file was deleted.

70 changes: 0 additions & 70 deletions examples/browser-add-readable-stream/index.js

This file was deleted.

18 changes: 0 additions & 18 deletions examples/browser-add-readable-stream/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions examples/browser-add-readable-stream/test.js

This file was deleted.

24 changes: 0 additions & 24 deletions examples/browser-browserify/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions examples/browser-browserify/README.md

This file was deleted.

Binary file removed examples/browser-browserify/img/1.png
Binary file not shown.
Binary file removed examples/browser-browserify/img/2.png
Binary file not shown.
25 changes: 0 additions & 25 deletions examples/browser-browserify/package.json

This file was deleted.

25 changes: 0 additions & 25 deletions examples/browser-browserify/public/index.html

This file was deleted.

35 changes: 0 additions & 35 deletions examples/browser-browserify/src/index.js

This file was deleted.

Loading

0 comments on commit 8ec7aa8

Please sign in to comment.