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

Commit

Permalink
chore: test examples in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveriosousa committed Aug 24, 2021
1 parent d7557a0 commit 36ad4bd
Showing 1 changed file with 152 additions and 2 deletions.
154 changes: 152 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,159 @@ jobs:
- npm run test:interface:message-port-client -- $RUN_SINCE -- -- --bail -t browser -- --browser firefox

- stage: test
name: examples
name: examples - ipfs browser add readable stream
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-examples.git
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-add-readable-stream.git

- stage: test
name: examples - ipfs browser angular
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-angular.git

- stage: test
name: examples - ipfs browser browserify
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-browserify.git

- stage: test
name: examples - ipfs browser react
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-create-react-app.git

- stage: test
name: examples - ipfs browser exchange files
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-exchange-files.git

- stage: test
name: examples - ipfs browser ipns publish
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-ipns-publish.git

- stage: test
name: examples - ipfs browser mfs
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-mfs.git

- stage: test
name: examples - ipfs browser nextjs
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-nextjs.git

- stage: test
name: examples - ipfs browser parceljs
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-parceljs.git

- stage: test
name: examples - ipfs browser readable stream
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-readablestream.git

- stage: test
name: examples - ipfs browser script tag
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-script-tag.git

- stage: test
name: examples - ipfs browser service worker
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-service-worker.git

- stage: test
name: examples - ipfs browser sharing across tabs
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-sharing-node-across-tabs.git

- stage: test
name: examples - ipfs browser video streaming
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-video-streaming.git

- stage: test
name: examples - ipfs browser vue
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-vue.git

- stage: test
name: examples - ipfs browser webpack
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-browser-webpack.git

- stage: test
name: examples - ipfs circuit relaying
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-circuit-relaying.git

- stage: test
name: examples - ipfs custom ipfs repo
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-custom-ipfs-repo.git

- stage: test
name: examples - ipfs custom ipld formats
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-custom-ipld-formats.git

- stage: test
name: examples - ipfs custom libp2p
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-custom-libp2p.git

- stage: test
name: examples - ipfs-http-client browser pubsub
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-http-client-browser-pubsub.git

- stage: test
name: examples - ipfs-http-client bundle webpack
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-http-client-bundle-webpack.git

- stage: test
name: examples - ipfs-http-client name api
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-http-client-name-api.git

- stage: test
name: examples - ipfs-http-client upload file
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-http-client-upload-file.git

- stage: test
name: examples - ipfs 101
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-101.git

- stage: test
name: examples - ipfs-client add files
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-ipfs-client-add-files.git

- stage: test
name: examples - ipfs electron js
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-ipfs-client-add-files.git

- stage: test
name: examples - ipfs running multiple nodes
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-run-in-electron.git

- stage: test
name: examples - ipfs traverse ipld graphs
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-traverse-ipld-graphs.git

- stage: test
name: examples - types with typescript
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-types-use-ipfs-from-ts.git

- stage: test
name: examples - types with typed js
script:
- npm run test:external -- -- -- https://github.com/ipfs-examples/js-ipfs-types-use-ipfs-from-typed-js.git

- stage: release-rc
# only run on changes to master
Expand Down

0 comments on commit 36ad4bd

Please sign in to comment.