Update com.graphhopper.maps.yml

This commit is contained in:
Peter 2023-07-08 21:09:05 +00:00 committed by linsui
parent 6e2555b3f2
commit bbba6fb86d

View file

@ -153,13 +153,12 @@ Builds:
- versionName: 1.0.5 - versionName: 1.0.5
versionCode: 6 versionCode: 6
commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7 commit: 787bd1dd590d52199050376d00e4cd2f2303c308
subdir: android/app subdir: android/app
submodules: true submodules: true
sudo: sudo:
- sysctl fs.inotify.max_user_watches=524288 - sysctl fs.inotify.max_user_watches=524288
- apt-get update - apt-get update
- apt-get install -y strace
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.1/node-v16.20.1-linux-x64.tar.gz - curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.1/node-v16.20.1-linux-x64.tar.gz
- echo "c76d2aabd2d02542505fd24e18876fb8515e23638531249277272def42ab54e3 node.tar.gz" - echo "c76d2aabd2d02542505fd24e18876fb8515e23638531249277272def42ab54e3 node.tar.gz"
| sha256sum -c - | sha256sum -c -
@ -168,15 +167,9 @@ Builds:
- cd ../.. - cd ../..
- cp config.js graphhopper-maps/ - cp config.js graphhopper-maps/
- cd graphhopper-maps - cd graphhopper-maps
- export OPENSSL_ia32cap="~0x1000000000000000:~0"
- cat /proc/cpuinfo
- cat /etc/os-release
- npm -v
- node -v
- rm -rf node_modules - rm -rf node_modules
- npm --verbose install - npm install
- sed -i -e 's/gitSHA\ =/gitSHA\ ="1"\/\//g' webpack.common.js - npm run fdroid
- strace -f -e trace=execve npm run build --verbose
- mv dist/bundle.*.js dist/bundle.js - mv dist/bundle.*.js dist/bundle.js
- cd .. - cd ..
- npm install - npm install