Skip to content

Commit

Permalink
ci/cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Sep 19, 2024
1 parent 8bb8688 commit 895ff7f
Showing 1 changed file with 1 addition and 1 deletion.
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 --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

0 comments on commit 895ff7f

Please sign in to comment.