Implement NodeJS based server fully replicating osrm-routed
This commit is contained in:
		
							parent
							
								
									6dfb7d4ede
								
							
						
					
					
						commit
						41ff79aa1d
					
				| @ -6,7 +6,7 @@ NODE_VERSION=$(node --version) | |||||||
| NODE_MAJOR_VERSION=$(echo $NODE_VERSION | cut -d. -f1) | NODE_MAJOR_VERSION=$(echo $NODE_VERSION | cut -d. -f1) | ||||||
| if [[ "$NODE_MAJOR_VERSION" != "v12" ]]; then | if [[ "$NODE_MAJOR_VERSION" != "v12" ]]; then | ||||||
|     echo "Running osrm-routed-js tests" |     echo "Running osrm-routed-js tests" | ||||||
|      | 
 | ||||||
|     export OSRM_USE_ROUTED_JS=1 |     export OSRM_USE_ROUTED_JS=1 | ||||||
|     node ./node_modules/cucumber/bin/cucumber.js features/ -p verify_routed_js |     node ./node_modules/cucumber/bin/cucumber.js features/ -p verify_routed_js | ||||||
|     node ./node_modules/cucumber/bin/cucumber.js features/ -p mld_routed_js |     node ./node_modules/cucumber/bin/cucumber.js features/ -p mld_routed_js | ||||||
| @ -14,7 +14,6 @@ if [[ "$NODE_MAJOR_VERSION" != "v12" ]]; then | |||||||
| else  | else  | ||||||
|     echo "Skipping osrm-routed-js tests on Node.js ${NODE_VERSION}" |     echo "Skipping osrm-routed-js tests on Node.js ${NODE_VERSION}" | ||||||
| fi | fi | ||||||
| fi |  | ||||||
| 
 | 
 | ||||||
| node ./node_modules/cucumber/bin/cucumber.js features/ -p verify | node ./node_modules/cucumber/bin/cucumber.js features/ -p verify | ||||||
| node ./node_modules/cucumber/bin/cucumber.js features/ -p verify -m mmap | node ./node_modules/cucumber/bin/cucumber.js features/ -p verify -m mmap | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user