uWebSockets.js/.travis.yml

14 lines
405 B
YAML
Raw Normal View History

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