File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,6 @@ set +e
5454composer install --no-scripts || rm -rf vendor
5555set -e
5656
57- # install all php dependencies
58- composer install --no-scripts
59- echo -e " \033[0m"
60- cd $DIR
61-
62- # configure, make and install (but skip documentation)
63- make configure
64- ./configure --with-baseurl=' http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR} /chroot/domjudge | & tee " $GITLABARTIFACTS /configure.log"
65- make build-scripts domserver judgehost docs | & tee " $GITLABARTIFACTS /make.log"
66- sudo make install-domserver install-judgehost install-docs | & tee -a " $GITLABARTIFACTS /make.log"
67-
6857# setup database and add special user
6958# shellcheck disable=SC2164
7059cd /opt/domjudge/domserver
You can’t perform that action at this time.
0 commit comments