文件操作 - appveyor.yml
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/prebuild-install/appveyor.yml
编辑文件内容
# http://www.appveyor.com/docs/appveyor-yml # Don't actually build build: off # Skip tag builds skip_tags: true # Set build version format version: "{build}" # Set up build environment environment: # Test against these versions of Node.js matrix: - nodejs_version: "10" - nodejs_version: "8" - nodejs_version: "6" # Build on both platforms platform: - x86 - x64 # Install scripts (runs after repo cloning) install: # Get the latest version of $env:nodejs_version - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform # Output useful info for debugging - node --version - npm --version # Install modules - npm install # Post-install test scripts test_script: # Run module tests - npm test
修改文件时间
将文件时间修改为当前时间的前一年
删除文件