Skip to content

Commit

Permalink
Make make use multiple jobs to speedup the build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfijalkowski committed Jun 15, 2020
1 parent 7f0f281 commit d3ffecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ install:

script:
- stack --no-terminal test
- LD_LIBRARY_PATH="libsass/lib" stack --no-terminal test --flag hlibsass:sharedlibsass
- LD_LIBRARY_PATH="libsass/lib" MAKEFLAGS=-j4 stack --no-terminal test --flag hlibsass:sharedlibsass
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ build_script:
- stack build

test_script:
- set MAKEFLAGS=-j4
- echo "" | stack --no-terminal test

0 comments on commit d3ffecb

Please sign in to comment.