How to use x64 architecture?
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.
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
1 Posted by Ilya Finkelshte... on Oct 03, 2018 @ 04:01 PM
Sorry for confusion,
platform
is relevant to Visual Studio based solutions. Please try using- ps: Install-Product node 10 x64
.2 Posted by Andarist on Oct 04, 2018 @ 09:00 AM
Thanks, this helps - it wasn't obvious when reading the docs.
3 Posted by Ilya Finkelshte... on Oct 04, 2018 @ 09:26 PM
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 :)
Ilya Finkelshteyn closed this discussion on Oct 04, 2018 @ 09:26 PM.