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

Commit 8ec7aa8

Browse files
committed
feat: move examples to external repo
1 parent f9099fd commit 8ec7aa8

File tree

263 files changed

+29
-12916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+29
-12916
lines changed

.travis.yml

+28-30
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ services:
1010

1111
branches:
1212
only:
13-
- master
14-
- /^release\/.*$/
13+
- master
14+
- /^release\/.*$/
1515

1616
stages:
1717
- test
@@ -20,8 +20,8 @@ stages:
2020
- test-external
2121

2222
node_js:
23-
- 'lts/*'
24-
- 'node'
23+
- "lts/*"
24+
- "node"
2525

2626
os:
2727
- linux
@@ -36,29 +36,29 @@ env:
3636
addons:
3737
apt:
3838
packages:
39-
# # These are required to run webkit
40-
# - libwoff1
41-
# - libopus0
42-
# - libwebp6
43-
# - libwebpdemux2
44-
# - libenchant1c2a
45-
# - libgudev-1.0-0
46-
# - libsecret-1-0
47-
# - libhyphen0
48-
# - libgdk-pixbuf2.0-0
49-
# - libegl1
50-
# - libgles2
51-
# - libevent-2.1-6
52-
# - libnotify4
53-
# - libxslt1.1
54-
# - libvpx5
55-
# # gstreamer and plugins to support video playback in WebKit.
56-
# - gstreamer1.0-gl
57-
# - gstreamer1.0-plugins-base
58-
# - gstreamer1.0-plugins-good
59-
# - gstreamer1.0-plugins-bad
60-
# This is required to run chromium
61-
- libgbm1
39+
# # These are required to run webkit
40+
# - libwoff1
41+
# - libopus0
42+
# - libwebp6
43+
# - libwebpdemux2
44+
# - libenchant1c2a
45+
# - libgudev-1.0-0
46+
# - libsecret-1-0
47+
# - libhyphen0
48+
# - libgdk-pixbuf2.0-0
49+
# - libegl1
50+
# - libgles2
51+
# - libevent-2.1-6
52+
# - libnotify4
53+
# - libxslt1.1
54+
# - libvpx5
55+
# # gstreamer and plugins to support video playback in WebKit.
56+
# - gstreamer1.0-gl
57+
# - gstreamer1.0-plugins-base
58+
# - gstreamer1.0-plugins-good
59+
# - gstreamer1.0-plugins-bad
60+
# This is required to run chromium
61+
- libgbm1
6262
chrome: stable
6363

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

297295
- stage: release-rc
298296
# only run on changes to master

examples/browser-add-readable-stream/CHANGELOG.md

-34
This file was deleted.

examples/browser-add-readable-stream/README.md

-20
This file was deleted.

examples/browser-add-readable-stream/index.html

-11
This file was deleted.

examples/browser-add-readable-stream/index.js

-70
This file was deleted.

examples/browser-add-readable-stream/package.json

-18
This file was deleted.

examples/browser-add-readable-stream/test.js

-13
This file was deleted.

examples/browser-browserify/CHANGELOG.md

-24
This file was deleted.

examples/browser-browserify/README.md

-19
This file was deleted.

examples/browser-browserify/img/1.png

-98.2 KB
Binary file not shown.

examples/browser-browserify/img/2.png

-143 KB
Binary file not shown.

examples/browser-browserify/package.json

-25
This file was deleted.

examples/browser-browserify/public/index.html

-25
This file was deleted.

examples/browser-browserify/src/index.js

-35
This file was deleted.

0 commit comments

Comments
 (0)