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