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
54
54
composer install --no-scripts || rm -rf vendor
55
55
set -e
56
56
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
-
68
57
# setup database and add special user
69
58
# shellcheck disable=SC2164
70
59
cd /opt/domjudge/domserver
You can’t perform that action at this time.
0 commit comments