Jelajahi Sumber

Merge branch 'libToModules' of https://github.com/BabylonJS/Babylon.js into libToModules

sebavan 6 tahun lalu
induk
melakukan
36cff25736
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -19,6 +19,10 @@ jobs:
   - stage: BabylonJS Build and test
   - stage: BabylonJS Build and test
     env: JOB=WhatsNewUpdate
     env: JOB=WhatsNewUpdate
     script: gulp tests-whatsnew
     script: gulp tests-whatsnew
+  - env: JOB=TSCDBG
+    script:
+    - cd ../../src
+    - tsc --module amd --outFile ../.temp/amd.js --emitDeclarationOnly true
   - env: JOB=DocumentationCheck
   - env: JOB=DocumentationCheck
     script: gulp typedoc-check
     script: gulp typedoc-check
   - env: JOB=Styling
   - env: JOB=Styling