Skip to content

Commit

Permalink
osx stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 31, 2024
1 parent debc0bf commit fe0a00f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
matrix:
name: [
ubuntu-release,
ubuntu-debug
# osx-release,
# osx-debug,
ubuntu-debug,
osx-release,
osx-debug
# windows-release
# windows-debug
]
Expand All @@ -50,17 +50,17 @@ jobs:
type: 'Debug'
host: 'linux'

# - name: osx-release
# os: macos-12
# qt: '5.15.2'
# type: 'Release'
# host: 'mac'
- name: osx-release
os: macos-12
qt: '5.15.2'
type: 'Release'
host: 'mac'

# - name: osx-debug
# os: macos-12
# qt: '5.15.2'
# type: 'Debug'
# host: 'mac'
- name: osx-debug
os: macos-12
qt: '5.15.2'
type: 'Debug'
host: 'mac'

# - name: windows-release
# os: windows-2019
Expand Down
7 changes: 2 additions & 5 deletions ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ brew install autoconf \
gnu-sed \
coreutils \
libtool \
gnu-getopt

brew unlink [email protected]
brew install llvm
brew link --overwrite [email protected]
gnu-getopt \
llvm

pip3 install yq
export CC=clang
Expand Down

0 comments on commit fe0a00f

Please sign in to comment.