Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed May 17, 2023
1 parent e41d90f commit 377bcdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitlab/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ echo -e "\033[0m"

# configure, make and install (but skip documentation)
make configure
./configure --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR}/chroot/domjudge |& tee "$GITLABARTIFACTS/configure.log"
./configure --enable-judgehost --enable-domserver --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR}/chroot/domjudge |& tee "$GITLABARTIFACTS/configure.log"
make build-scripts domserver judgehost docs |& tee "$GITLABARTIFACTS/make.log"
sudo make install-domserver install-judgehost install-docs |& tee -a "$GITLABARTIFACTS/make.log"

Expand Down
2 changes: 1 addition & 1 deletion gitlab/chroot_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lsb_release -a

# configure, make and install (but skip documentation)
make configure
./configure --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR}/chroot/domjudge |& tee "$GITLABARTIFACTS/configure.log"
./configure --enable-judgehost --enable-domserver --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR}/chroot/domjudge |& tee "$GITLABARTIFACTS/configure.log"
make judgehost |& tee "$GITLABARTIFACTS/make.log"
sudo make install-judgehost |& tee -a "$GITLABARTIFACTS/make.log"
section_end setup
Expand Down
2 changes: 1 addition & 1 deletion gitlab/runpipe-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
section_start compile "Compile runpipe"
# Configure and make the runpipe binaries.
make configure
./configure --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR}/chroot/domjudge |& tee "$GITLABARTIFACTS/configure.log"
./configure --enable-judgehost --enable-domserver --with-baseurl='http://localhost/domjudge/' --with-domjudge-user=domjudge --with-judgehost_chrootdir=${DIR}/chroot/domjudge |& tee "$GITLABARTIFACTS/configure.log"
make judgehost |& tee "$GITLABARTIFACTS/make.log"
section_end compile

Expand Down

0 comments on commit 377bcdd

Please sign in to comment.