403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/software/Services/citygist/cordova/node_modules/cordova-android/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/software/Services/citygist/cordova/node_modules/cordova-android/appveyor.yml
environment:
    ANDROID_HOME: "C:\\android"

    # If the gradle daemon is used, the build hangs after generating the wrapper
    GRADLE_OPTS: -Dorg.gradle.daemon=false

    # URL for SDK Tools, Revision 26.1.1 (September 2017)
    SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip

    matrix:
        - nodejs_version: 6
        - nodejs_version: 8
        - nodejs_version: 10
        - nodejs_version: 12

install:
    # Install Android SDK Tools
    - mkdir "%ANDROID_HOME%"
    - appveyor DownloadFile "%SDK_TOOLS_URL%" -FileName "%TMP%/sdk-tools.zip"
    - 7z x "%TMP%/sdk-tools.zip" -o"%ANDROID_HOME%" > nul
    - set PATH=%PATH%;"%ANDROID_HOME%\tools\bin"

    - yes 2> nul | sdkmanager --licenses > nul
    - sdkmanager "build-tools;28.0.3"

    - choco install gradle --version 3.4.1

    - ps: Install-Product node $env:nodejs_version
    - npm install

build: off

test_script:
    - gradle --version
    - node --version
    - npm --version
    - npm test

Youez - 2016 - github.com/yon3zu
LinuXploit