-
Notifications
You must be signed in to change notification settings - Fork 0
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 #6 from VCityTeam/dev
folder and port can be pass as arguments + travis test
- Loading branch information
Showing
8 changed files
with
59 additions
and
29 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# @format | ||
|
||
os: linux | ||
dist: focal | ||
language: node_js | ||
node_js: | ||
- 14 | ||
|
||
jobs: | ||
include: | ||
- stage: DemoFull | ||
script: | ||
- cd DemoFull && npm install && npm build | ||
- stage: Imuv | ||
script: | ||
- cd Imuv && npm install && npm build | ||
- stage: ImuvEditor | ||
script: | ||
- cd ImuvEditor && npm install && npm build | ||
- stage: ImuvServer | ||
script: | ||
- cd ImuvServer && npm install && npm build | ||
- stage: SimpleServer | ||
script: | ||
- cd SimpleServer && npm install && npm build |
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
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 was deleted.
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
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