How to use x64 architecture?

Andarist's Avatar

Andarist

Oct 03, 2018 @ 10:03 AM

Can't make it work for a simple config:

platform:
  - x64

install:
  - ps: Install-Product node 10
  - npm install -g yarn@latest
  - yarn

shallow_clone: true
build: off

test_script:
  - node -v
  - yarn -v
  - npm test

I still see in the log:
Uninstalling node 8.12.0 (x86)...
Installing node 10.10.0 (x86)...

And unfortunately I need to use x64 because on of our deps doesnt support x84.

  1. 1 Posted by Ilya Finkelshte... on Oct 03, 2018 @ 04:01 PM

    Ilya Finkelshteyn's Avatar

    Sorry for confusion, platform is relevant to Visual Studio based solutions. Please try using - ps: Install-Product node 10 x64.

  2. 2 Posted by Andarist on Oct 04, 2018 @ 09:00 AM

    Andarist's Avatar

    Thanks, this helps - it wasn't obvious when reading the docs.

  3. 3 Posted by Ilya Finkelshte... on Oct 04, 2018 @ 09:26 PM

    Ilya Finkelshteyn's Avatar

    Yeah, this is result of the fact that AppVeyor initially targeted .NET projects, and later started getting used with other frameworks. Node-related documentation is here. Note that our documentation is open source and you are welcome to contribute :)

  4. Ilya Finkelshteyn closed this discussion on Oct 04, 2018 @ 09:26 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac