Skip to content

Commit

Permalink
Fix darwin install comment (#6742)
Browse files Browse the repository at this point in the history
* Fix darwin install comment

* build darwin on this branch

* Revert "build darwin on this branch"

This reverts commit d8cc3d5.
  • Loading branch information
flotwig committed Mar 16, 2020
1 parent b44e1e7 commit 296c3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,7 @@ mac-workflow: &mac-workflow
- post-pre-release-install-comment:
context: test-runner:commit-status-checks
name: Post Mac pre-release install comment
executor: mac
filters:
branches:
only:
Expand Down

4 comments on commit 296c3b8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 296c3b8 Mar 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/linux-x64/circle-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-282800/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/circle-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-282781/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 296c3b8 Mar 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/darwin-x64/circle-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-282806/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/circle-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-282803/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 296c3b8 Mar 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

Instructions are included below, depending on the shell you are using.

In Command Prompt (cmd.exe):

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/win32-x64/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/4.2.1/win32-x64/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/win32-x64/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

Using cross-env:

If the above commands do not work for you, you can also try using cross-env:

npm i -g cross-env
cross-env CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/win32-x64/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 296c3b8 Mar 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

Instructions are included below, depending on the shell you are using.

In Command Prompt (cmd.exe):

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/win32-ia32/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/4.2.1/win32-ia32/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/win32-ia32/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

Using cross-env:

If the above commands do not work for you, you can also try using cross-env:

npm i -g cross-env
cross-env CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.2.1/win32-ia32/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.zip npm install https://cdn.cypress.io/beta/npm/4.2.1/appveyor-develop-296c3b8b2b36ac0d342b3028b3d859c548ee8364-31507896/cypress.tgz

Please sign in to comment.