Skip to content

Commit

Permalink
CI: Use -j4 parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Jul 12, 2020
1 parent a9b6b9b commit da26298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linux_task:
- mkdir build
- cd build
- cmake .. -DAQUARIA_USE_SDL2=ON
- make -j2
- make -j4

env:
CC: clang
Expand Down

0 comments on commit da26298

Please sign in to comment.