uWebSockets.js/.travis.yml

13 lines
346 B
YAML
Raw Normal View History

2019-02-10 02:39:24 +00:00
language: cpp
os: osx
compiler: clang
script:
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
- cd uWebSockets.js
- make
2019-02-10 02:55:18 +00:00
- git checkout binaries
- cp dist/*.node .
- git status
- git commit -a -m "[TravisCI] Updated macOS binaries"
- git push "https://alexhultman:$SECRET@github.com/uNetworking/uWebSockets.js" binaries