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

Try tags without hyphens?

Ugh.
parent 6175ad61
Branches
Tags
No related merge requests found
Pipeline #7075 failed
...@@ -70,14 +70,14 @@ include: ...@@ -70,14 +70,14 @@ include:
inputs: inputs:
os: 'darwin' os: 'darwin'
platform: 'x86' platform: 'x86'
tagname: 'macOS-x86' tagname: 'x86macOS'
gnu_make: 'make' gnu_make: 'make'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
inputs: inputs:
os: 'darwin' os: 'darwin'
platform: 'aarch64' platform: 'aarch64'
tagname: 'macOS-aarch64' tagname: 'aarch64macOS'
gnu_make: 'make' gnu_make: 'make'
build_flags: 'RELEASE=1' build_flags: 'RELEASE=1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment