Skip to content

Commit

Permalink
Add appveyor / travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Oct 10, 2018
1 parent 650d62a commit 127fb99
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- 8
os:
- linux
- osx
install:
- npm install --global [email protected]
- esy install
script:
- travis_wait 40 esy build
cache:
timeout: 360
directories:
- '$HOME/.esy/'
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
platform:
- x64

cache:
- C:\Users\appveyor\.esy\3_\i
- C:\Users\appveyor\.esy\source-tarballs

install:
# The x64 is required as a workaround for esy/esy#412
- ps: Install-Product node 8 x64
- npm install -g [email protected]
# Retry is necessary due to esy/esy#413 and esy/esy#414
- appveyor-retry esy install

build_script:
- esy build

test: off

0 comments on commit 127fb99

Please sign in to comment.