production builds

pull/1754/head
bunsenstraat 3 years ago
parent 87ac3f1a71
commit e37104f476
  1. 4
      .circleci/config.yml
  2. 2
      apps/remix-ide/ci/browser_tests_chrome_1.sh
  3. 2
      apps/remix-ide/ci/browser_tests_chrome_2.sh
  4. 2
      apps/remix-ide/ci/browser_tests_firefox_1.sh
  5. 2
      apps/remix-ide/ci/browser_tests_firefox_2.sh
  6. 2
      apps/remix-ide/ci/browser_tests_plugin_api.sh
  7. 2
      apps/remix-ide/ci/browser_tests_run_deploy.sh

@ -32,10 +32,8 @@ jobs:
key: v1-deps-{{ checksum "package-lock.json" }}
paths:
- node_modules
- run: git submodule sync --recursive
- run: git submodule update --recursive --init
- run: npm run downloadsolc_assets
- run: npx nx build remix-ide --with-deps
- run: npm run build:production
- run: npx nx build remix-ide-e2e-src-local-plugin
- run: mkdir persist && zip -r persist/dist.zip dist
- persist_to_workspace:

@ -7,7 +7,7 @@ echo "$BUILD_ID"
TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
npm run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
npm run remixd &

@ -7,7 +7,7 @@ echo "$BUILD_ID"
TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
npm run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
npm run remixd &

@ -7,7 +7,7 @@ echo "$BUILD_ID"
TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
npm run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
npm run remixd &

@ -7,7 +7,7 @@ echo "$BUILD_ID"
TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
npm run serve:production &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
npm run remixd &

@ -6,7 +6,7 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
npm run serve &
npm run serve:production &
npx nx serve remix-ide-e2e-src-local-plugin &
sleep 5

@ -7,7 +7,7 @@ echo "$BUILD_ID"
TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
npm run serve:production &
sleep 5

Loading…
Cancel
Save