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
Branches
Tags
No related merge requests found
Pipeline #6188 passed
......@@ -17,12 +17,13 @@ include:
os: 'openbsd'
platform: 'amd64'
tagname: 'OpenBSD'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
- local: '.gitlab-ci-unix.yml'
inputs:
os: 'netbsd'
platform: 'amd64'
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'
inputs:
os: 'freebsd'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment