Browse Source

Bump the remote access has and implement the new npm script name

merge-requests/1990/head
Nicolas Pomepuy 2 years ago
committed by Duncan McNamara
parent
commit
e82bccaf2f
  1. 4
      buildsystem/compile-remoteaccess.sh
  2. 2
      buildsystem/gitlab/.gitlab-ci.yml

4
buildsystem/compile-remoteaccess.sh

@ -57,7 +57,7 @@ done
##############################
diagnostic "Setting up the Remote Access project"
REMOTE_ACCESS_TESTED_HASH=27d7222bb43bbc89161408419cba3eb80db65d7a
REMOTE_ACCESS_TESTED_HASH=28d9ae472bf7d0447970d8f19d3e8e5dc922d215
REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess
: ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/remoteaccess"}
@ -83,6 +83,6 @@ done
cd "$VLC_REMOTE_ACCESS_PATH"
npm install
npm run build
npm run build-android
cd ..
fi

2
buildsystem/gitlab/.gitlab-ci.yml

@ -62,7 +62,7 @@ webserver-build:
- job: "webserver-install-dependencies"
script:
- cd "$WEBSERVER_DIR"
- npm run build
- npm run build-android
artifacts:
paths:
- remoteaccess/

Loading…
Cancel
Save