commit
5252a6fc27
16
.travis.yml
16
.travis.yml
|
@ -2,11 +2,11 @@ language: cpp
|
|||
os: osx
|
||||
compiler: clang
|
||||
script:
|
||||
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
||||
- cd uWebSockets.js
|
||||
- make
|
||||
- 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
|
||||
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
||||
- cd uWebSockets.js
|
||||
- make
|
||||
- git checkout binaries
|
||||
- cp dist/*.node .
|
||||
- git status
|
||||
- git commit -a -m "[TravisCI] Updated macOS binaries" --allow-empty
|
||||
- git push "https://alexhultman:$SECRET@github.com/uNetworking/uWebSockets.js" binaries
|
||||
|
|
Loading…
Reference in New Issue