Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
b8933059
Unverified
Commit
b8933059
authored
6 years ago
by
syuilo
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete appveyor.yml
parent
724fdd44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+0
-38
0 additions, 38 deletions
appveyor.yml
with
0 additions
and
38 deletions
appveyor.yml
deleted
100644 → 0
+
0
−
38
View file @
724fdd44
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
environment
:
matrix
:
-
nodejs_version
:
11.0.0
platform
:
-
x64
-
Any CPU
build
:
off
install
:
# Get the latest stable version of Node.js or io.js
-
ps
:
Install-Product node $env:nodejs_version
# Update node-gyp
# 必須! node-gyp のバージョンを上げないと、ネイティブモジュールのコンパイルに失敗します
-
npm install -g node-gyp
-
npm install
init
:
# git clone の際の改行を変換しないようにします
-
git config --global core.autocrlf
false
before_test
:
# 設定ファイルを配置
-
cp ./.travis/default.yml ./.config
-
cp ./.travis/test.yml ./.config
-
npm run build
test_script
:
-
node --version
-
npm --version
-
npm test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment