Skip to content

Commit

Permalink
Merge pull request #11 from ag-gipp/parallel-building
Browse files Browse the repository at this point in the history
Finally activate parallel building
  • Loading branch information
AndreG-P authored Dec 14, 2020
2 parents 74325ab + f0a8df7 commit 6904ca6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/all
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
mkdir rel
echo "Start all compile jobs in parallel"
source bin/arxiv
source bin/word
source bin/spellcheck
source bin/acm
source bin/llncs
source bin/arxiv &
source bin/word &
source bin/spellcheck &
source bin/acm &
source bin/llncs &

wait
echo "Export release files"
Expand Down

0 comments on commit 6904ca6

Please sign in to comment.