Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 18, 2024
1 parent 92f2c4d commit 8d54ac8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cupcake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,10 @@ jobs:
cmake-version: ${{ matrix.cmake }}
- name: install Ninja on Linux
if: matrix.generator == 'Ninja' && startsWith(matrix.platform, 'ubuntu')
run: |
sudo apt update
sudo apt install ninja-build
run: sudo apt install ninja-build
- name: install Ninja on macOS
if: matrix.generator == 'Ninja' && startsWith(matrix.platform, 'macos')
run: brew install ninja
- name: check macOS
if: startsWith(matrix.platform, 'macos')
run: |
brew --prefix llvm@15
ls $(brew --prefix llvm@15)
ls $(brew --prefix llvm@15)/bin
- name: check compiler
run: |
${{ matrix.profile.cc }} --version
Expand Down Expand Up @@ -152,7 +144,7 @@ jobs:
run: |
conan profile update 'conf.tools.build:exelinkflags=["-Wl,-ld_classic"]' default
- name: configure Conan on Linux
if: runner.os == 'Linux' || matrix.compiler == 'gcc'
if: runner.os == 'Linux'
run: |
conan profile update settings.compiler.libcxx=libstdc++11 default
- run: cupcake build --verbose -G '${{ matrix.generator }}' --flavor ${{ matrix.flavor }} --${{ matrix.linkage }}
Expand Down

0 comments on commit 8d54ac8

Please sign in to comment.