-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from AnalyticalGraphicsInc/master
Update from original
- Loading branch information
Showing
1,099 changed files
with
17,856 additions
and
9,285 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,39 @@ | ||
language: node_js | ||
node_js: | ||
- "0.12" | ||
- '4.3' | ||
sudo: false | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
script: | ||
- npm run jsHint && npm run release | ||
- echo 'deployPending' && echo -en 'travis_fold:start:script.deployPending\\r' | ||
- npm run deploy-set-version -- --version $TRAVIS_BRANCH.$TRAVIS_BUILD_NUMBER | ||
- npm run deploy-status -- --status pending --message 'Waiting for build' | ||
- echo -en 'travis_fold:end:script.deployPending\\r' | ||
|
||
- echo 'jsHint' && echo -en 'travis_fold:start:script.jsHint\\r' | ||
- npm run jsHint -- --failTaskOnError | ||
- echo -en 'travis_fold:end:script.jsHint\\r' | ||
|
||
- echo 'test non-webgl' && echo -en 'travis_fold:start:script.test\\r' | ||
- npm run test -- --exclude WebGL --browsers Electron --failTaskOnError --suppressPassed | ||
- echo -en 'travis_fold:end:script.test\\r' | ||
|
||
- echo 'makeZipFile' && echo -en 'travis_fold:start:script.makeZipFile\\r' | ||
- npm run clean | ||
- npm run makeZipFile | ||
- npm pack | ||
- echo -en 'travis_fold:end:script.makeZipFile\\r' | ||
|
||
- echo 'deploy' && echo -en 'travis_fold:start:script.deploy\\r' | ||
- npm run deploy-s3 -- -b cesium-dev -d cesium/$TRAVIS_BRANCH --confirm -c 'no-cache' | ||
- npm run deploy-status -- --status success --message Deployed | ||
- echo -en 'travis_fold:end:script.deploy\\r' | ||
|
||
- echo 'test non-webgl release' && echo -en 'travis_fold:start:script test.release\\r' | ||
- npm run test -- --exclude WebGL --browsers Electron --failTaskOnError --release --suppressPassed | ||
- echo -en 'travis_fold:end:script test.release\\r' | ||
|
||
- echo 'cloc' && echo -en 'travis_fold:start:script.cloc\\r' | ||
- npm run cloc | ||
- echo -en 'travis_fold:end:script.cloc\\r' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-572 Bytes
(100%)
Apps/SampleData/models/CesiumMilkTruck/CesiumMilkTruck-kmc.glb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.