|
|
@@ -8,9 +8,9 @@
|
|
|
"preperation:win": "gulp preperation --e windows",
|
|
|
"preperation:linux": "gulp preperation --e linux",
|
|
|
"preperation:aix": "gulp preperation --e aix",
|
|
|
- "preperation:kylinos": "gulp preperation --e kylinos",
|
|
|
+ "preperation:arm": "gulp preperation --e arm",
|
|
|
"preperation:macos": "gulp preperation --e macos",
|
|
|
- "preperation:neokylin": "gulp preperation --e neokylin",
|
|
|
+ "preperation:risc": "gulp preperation --e risc",
|
|
|
"preperation:rpi": "gulp preperation --e raspberrypi",
|
|
|
"build_server": "gulp build_server",
|
|
|
"build_server_script": "cd o2server && mvn clean && mvn install",
|
|
|
@@ -20,9 +20,9 @@
|
|
|
"deploy:win": "gulp deploy --e windows",
|
|
|
"deploy:linux": "gulp deploy --e linux",
|
|
|
"deploy:aix": "gulp deploy --e aix",
|
|
|
- "deploy:kylinos": "gulp deploy --e kylinos",
|
|
|
+ "deploy:arm": "gulp deploy --e arm",
|
|
|
"deploy:macos": "gulp deploy --e macos",
|
|
|
- "deploy:neokylin": "gulp deploy --e neokylin",
|
|
|
+ "deploy:risc": "gulp deploy --e risc",
|
|
|
"deploy:rpi": "gulp deploy --e raspberrypi",
|
|
|
"typeInfor": "type welcome && echo Your server is build success: target/o2server/",
|
|
|
"clear": "gulp clear_build",
|
|
|
@@ -30,17 +30,17 @@
|
|
|
"build:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run typeInfor",
|
|
|
"build:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
|
|
|
"build:aix": "npm run clear && npm run preperation:aix && npm run build_parallel && npm run deploy:aix && npm run typeInfor",
|
|
|
- "build:kylinos": "npm run clear && npm run preperation:kylinos && npm run build_parallel && npm run deploy:kylinos && npm run typeInfor",
|
|
|
+ "build:arm": "npm run clear && npm run preperation:arm && npm run build_parallel && npm run deploy:arm && npm run typeInfor",
|
|
|
"build:macos": "npm run clear && npm run preperation:macos && npm run build_parallel && npm run deploy:macos && npm run typeInfor",
|
|
|
- "build:neokylin": "npm run clear && npm run preperation:neokylin && npm run build_parallel && npm run deploy:neokylin && npm run typeInfor",
|
|
|
+ "build:risc": "npm run clear && npm run preperation:risc && npm run build_parallel && npm run deploy:risc && npm run typeInfor",
|
|
|
"build:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi && npm run typeInfor",
|
|
|
"build_ci": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy && npm run typeInfor",
|
|
|
"build_ci:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run typeInfor",
|
|
|
"build_ci:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
|
|
|
"build_ci:aix": "npm run clear && npm run preperation:aix && npm run build_parallel && npm run deploy:aix && npm run typeInfor",
|
|
|
- "build_ci:kylinos": "npm run clear && npm run preperation:kylinos && npm run build_parallel && npm run deploy:kylinos && npm run typeInfor",
|
|
|
+ "build_ci:arm": "npm run clear && npm run preperation:arm && npm run build_parallel && npm run deploy:arm && npm run typeInfor",
|
|
|
"build_ci:macos": "npm run clear && npm run preperation:macos && npm run build_parallel && npm run deploy:macos && npm run typeInfor",
|
|
|
- "build_ci:neokylin": "npm run clear && npm run preperation:neokylin && npm run build_parallel && npm run deploy:neokylin && npm run typeInfor",
|
|
|
+ "build_ci:risc": "npm run clear && npm run preperation:risc && npm run build_parallel && npm run deploy:risc && npm run typeInfor",
|
|
|
"build_ci:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi && npm run typeInfor",
|
|
|
"test": "type welcome"
|
|
|
},
|