You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/03/27 11:41:20 UTC

[cordova-plugin-device] branch fix/adds-x64-to-appveyor created (now 2ff5372)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a change to branch fix/adds-x64-to-appveyor
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git.


      at 2ff5372  ci(appveyor): adds x64 build

This branch includes the following new commits:

     new 2ff5372  ci(appveyor): adds x64 build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-device] 01/01: ci(appveyor): adds x64 build

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch fix/adds-x64-to-appveyor
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git

commit 2ff5372c66bc83fe730733821152afb9575d5524
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Fri Mar 27 11:41:12 2020 +0000

    ci(appveyor): adds x64 build
    
    This aligns the repo with the other plugins
---
 .appveyor.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.appveyor.yml b/.appveyor.yml
index 9c59b29..6a3c939 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -16,6 +16,10 @@ environment:
     - nodejs_version: "10"
     - nodejs_version: "12"
 
+platform:
+  - x86
+  - x64
+
 install:
   - ps: Install-Product node $env:nodejs_version
   - node --version


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org