Skip to content

Commit a9be5a0

Browse files
Michael Vasseurvmcj
authored andcommitted
[Cleanup] Migrated to other script
1 parent 575401f commit a9be5a0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

gitlab/base.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ set +e
5454
composer install --no-scripts || rm -rf vendor
5555
set -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
7059
cd /opt/domjudge/domserver

0 commit comments

Comments
 (0)