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

They need to be different OSs!

That's the key!
parent 6c867708
No related branches found
No related tags found
No related merge requests found
Pipeline #7077 failed
......@@ -68,16 +68,16 @@ include:
has_curses: 'no'
- local: '.gitlab-ci-unix.yml'
inputs:
os: 'darwin'
os: 'darwin-x86'
platform: 'x86'
tagname: 'x86macOS'
tagname: 'macOS-x86'
gnu_make: 'make'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
- local: '.gitlab-ci-unix.yml'
inputs:
os: 'darwin'
os: 'darwin-aarch64'
platform: 'aarch64'
tagname: 'aarch64macOS'
tagname: 'macOS-aarch64'
gnu_make: 'make'
build_flags: 'RELEASE=1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment