Skip to content

Commit

Permalink
gogo
Browse files Browse the repository at this point in the history
gog
  • Loading branch information
vmcj committed Jan 14, 2024
1 parent 893e5c1 commit 19236bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-tarball-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
pwd
ls -atrl public/bundles/nelmioapidoc
}
trap error EXIT
for directory in build all docs domserver judgehost; do
trap error ERR
set -euo pipefail
for directory in domserver; do
cd /tmp/${directory}/domjudge-8.2.2
./configure
make ${directory}
Expand Down

0 comments on commit 19236bf

Please sign in to comment.