Skip to content

Commit

Permalink
Merge pull request #1000 from zuntrax/ccache
Browse files Browse the repository at this point in the history
kevin: enable ccache
  • Loading branch information
mic-e committed Apr 22, 2018
2 parents c385508 + e19e2cf commit a063ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kevin
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sanity_check:
configure:
- env: mode=debug (? if job != "debian" ?)
- env: mode=release (? if job == "debian" ?)
./configure --mode=${mode} --download-nyan
./configure --mode=${mode} --ccache --download-nyan

build: configure
make -j$(nproc) build
Expand Down

0 comments on commit a063ec3

Please sign in to comment.