Skip to content
Snippets Groups Projects
Commit 42380a9a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Enable ccache for NetBSD and OpenBSD as well.

parent 74ef6275
No related branches found
No related tags found
No related merge requests found
Pipeline #6188 passed
...@@ -17,12 +17,13 @@ include: ...@@ -17,12 +17,13 @@ include:
os: 'openbsd' os: 'openbsd'
platform: 'amd64' platform: 'amd64'
tagname: 'OpenBSD' tagname: 'OpenBSD'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
inputs: inputs:
os: 'netbsd' os: 'netbsd'
platform: 'amd64' platform: 'amd64'
tagname: 'NetBSD' tagname: 'NetBSD'
build_flags: 'RELEASE=1 USE_SYSTEM_CURSES=1' build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1 USE_SYSTEM_CURSES=1'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
inputs: inputs:
os: 'freebsd' os: 'freebsd'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment