Skip to content

Commit

Permalink
kevin: enable ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
zuntrax committed Apr 22, 2018
1 parent 61d8c08 commit 32fc976
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} --cache --download-nyan

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

0 comments on commit 32fc976

Please sign in to comment.