Skip to content

Commit

Permalink
Removed all legacy build files
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Sep 11, 2021
1 parent 726856c commit aa31b2e
Show file tree
Hide file tree
Showing 41 changed files with 82 additions and 1,682 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
command: npm ci
- run:
name: Version
command: node tasks/tmp/version.js
command: node tasks/version.js
- run: npm test
- run:
name: Docs and Static Analysis
command: |
scripts/codeclimate
cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
scripts/sonar
npm run jsdoc && node tasks/tmp/deploy/docs.js
npm run jsdoc && node tasks/deploy/docs.js
- run:
name: Dist
command: node tasks/tmp/dist.js
command: node tasks/dist.js
- store_test_results:
path: testResults
- persist_to_workspace:
Expand All @@ -73,14 +73,14 @@ jobs:
at: .
- run:
name: Prepare to run out of process protocol implementations
command: node tasks/tmp/createProtocolsFile.js outOfProcess.json
command: node tasks/createProtocolsFile.js outOfProcess.json
- run:
name: Test
command: |
node tasks/tmp/mb.js start --allowInjection --mock --localOnly --protofile outOfProcess.json
node tasks/mb.js start --allowInjection --mock --localOnly --protofile outOfProcess.json
(cd dist/test && npm test)
- store_test_results:
path: testResults
path: dist/test/testResults

currentWithFileDB:
executor: node-current
Expand All @@ -93,10 +93,10 @@ jobs:
- run:
name: Test
command: |
node tasks/tmp/mb.js start --allowInjection --mock --localOnly --datadir .mbdb
node tasks/mb.js start --allowInjection --mock --localOnly --datadir .mbdb
(cd dist/test && npm test)
- store_test_results:
path: testResults
path: dist/test/testResults

performance:
executor: node-active
Expand All @@ -110,7 +110,7 @@ jobs:
name: Test
command: (cd dist/test && npm run perf)
- store_test_results:
path: testResults
path: dist/test/testResults

web:
executor: node-active
Expand All @@ -123,10 +123,10 @@ jobs:
- run:
name: Test
command: |
node tasks/tmp/mb.js start --allowInjection --mock --localOnly
node tasks/mb.js start --allowInjection --mock --localOnly
(cd dist/test && npm run web)
- store_test_results:
path: testResults
path: dist/test/testResults

deploy:
executor: node-active
Expand Down Expand Up @@ -162,18 +162,18 @@ jobs:
command: npm ci
- run:
name: Dist
command: node tasks/tmp/dist.js
command: node tasks/dist.js
- run:
name: Publish npm
command: scripts/publishNpm
- run:
name: Publish Docker
command: |
export MB_VERSION=`scripts/printVersion`
scripts/deploy/deployDocker $MB_VERSION
scripts/publishDocker $MB_VERSION
- run:
name: Deploy to Heroku
command: scripts/deploy/deployHeroku mountebank
command: scripts/publishHeroku mountebank

workflows:
version: 2
Expand Down
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Gemfile

This file was deleted.

107 changes: 0 additions & 107 deletions Gemfile.lock

This file was deleted.

136 changes: 0 additions & 136 deletions Gruntfile.js

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

Loading

0 comments on commit aa31b2e

Please sign in to comment.